Hello, why the `frame` property from `UIView` in i...
# kotlin-native
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