BarButtonType
public enum BarButtonType
An enum representing the types of buttons that can appear in a navigation bar.
Use the BarButtonType enum to specify the type of button to display in a navigation bar.
cancel: A cancel button. Used to cancel or dismiss the current view controller.
help: A help button. Used to open the help screen.
back(title: String): A back button. Used to navigate back to the previous view controller. The
titleparameter is a string that specifies the title to display on the button.done: A done button. Used to open the selected images from the gallery picker.
-
Undocumented
Declaration
Swift
case cancel -
Undocumented
Declaration
Swift
case help -
Undocumented
Declaration
Swift
case back(title: String) -
Undocumented
Declaration
Swift
case done
View on GitHub
BarButtonType Enumeration Reference