Link Search Menu Expand Document

Button.ButtonType

Specifies the style of a button.

public enum ButtonType: Int 

Inheritance

Int

Enumeration Cases

custom

No button style.

case custom

system

A system style button, such as those shown in navigation bars and toolbars.

case system

detailDisclosure

A detail disclosure button.

case detailDisclosure

infoLight

An information button that has a light background.

case infoLight

infoDark

An information button that has a dark background.

case infoDark

contactAdd

A contact add button.

case contactAdd

plain

A standard system button without a blurred background view.

case plain

close

A close button to dismiss panels and views.

case close