fixedSpace(_:)
Creates a new fixed-width space item.
Declaration
class func fixedSpace(_ width: CGFloat) -> SelfParameters
- width:
The width of the space.
Return Value
A fixed-width space UIBarButtonItem.
Creates a new fixed-width space item.
class func fixedSpace(_ width: CGFloat) -> SelfThe width of the space.
A fixed-width space UIBarButtonItem.