Content

public enum Content

Specifies the content (title or image) for the bar button.

  • Specifies a UIBarButtonSystemItem.

    Declaration

    Swift

    case systemItem(UIBarButtonItem.SystemItem)
  • Specifies custom text for the bar button.

    Declaration

    Swift

    case text(String)
  • Specifies a custom image for the bar button.

    Declaration

    Swift

    case image(UIImage)