FUIHorizontalAlignment
public enum FUIHorizontalAlignment
Simple enumeration for horizontal alignment styles
- left: left-aligned
- center: center-aligned
- right: right-aligned
-
Button is left aligned.
Declaration
Swift
case left
-
Button is center aligned.
Declaration
Swift
case center
-
Button is right aligned.
Declaration
Swift
case right