BKYLayoutConfigSize
struct BKYLayoutConfigSize {}
Struct for representing a Size value (i.e. width/height) in both the Workspace coordinate system and UIView coordinate system.
-
The size value specified in the Workspace coordinate system
-
The size value specified in the UIView coordinate system. This value is automatically derived from
workspaceUnit
and should not be modified directly.Declaration
Swift
var viewSize: CGSize
Objective-C
CGSize viewSize