Hello, why the `frame` property from `UIView` in iOS is exposed as a `val`, and not as a `var` like ...
l
Hello, why the
frame
property from
UIView
in iOS is exposed as a
val
, and not as a
var
like in Swift and Objective-C? This is a big blocker for something I want to achieve 😕
👀 4