LayoutMode
public enum LayoutMode
Indicates the way in which the layout is set.
-
Sets the layout mode to be based on constraints.
Declaration
Swift
case constraints -
Sets the layout mode to be based on the frame.
Declaration
Swift
case frame
LayoutMode Enumeration Reference