BarButtonItemType
enum BarButtonItemType
Supported bar buttons
-
Back
Declaration
Swift
case back -
Forward
Declaration
Swift
case forward -
Reload
Declaration
Swift
case reload -
Stop
Declaration
Swift
case stop -
Activity
Declaration
Swift
case activity -
Done
Declaration
Swift
case done -
Spacer
Declaration
Swift
case flexibleSpace -
Custom
Declaration
Swift
case custom(icon: UIImage?, title: String?, action: (WKWebViewController) -> Void)
View on GitHub
BarButtonItemType Enumeration Reference