Orientation
public enum Orientation
Specifies the orientation that views from a stack view are laid out.
-
Views are arranged from top to bottom
Declaration
Swift
case vertical
-
Views are arranged from left to right
Declaration
Swift
case horizontal