Style

public enum Style

Specifies a bar button’s item style.

  • Use bold text, .Done style.

    Declaration

    Swift

    case bold
  • Use regular text, .Plain style.

    Declaration

    Swift

    case plain