BLTNViewPosition
@objc
public enum BLTNViewPosition : Int
Describes the position of a view inside of its parent container.
-
The view is centered in its parent container.
Declaration
Swift
case centered
-
The view is pinned to the four edges of its parent container.
Declaration
Swift
case pinnedToEdges