Contents

fixedSpace(_:)

Creates a new fixed-width space item.

Declaration

class func fixedSpace(_ width: CGFloat) -> Self

Parameters

  • width:

    The width of the space.

Return Value

A fixed-width space UIBarButtonItem.

See Also

Creating space items