Spacing
public enum Spacing
The spacing properties of the InputBarButtonItem
- fixed: The spacing is fixed
- flexible: The spacing is flexible
- none: There is no spacing
-
Undocumented
Declaration
Swift
case fixed(CGFloat)
-
Undocumented
Declaration
Swift
case flexible
-
Undocumented
Declaration
Swift
case none