BarButtonAppearanceStyle
@objc public enum BarButtonAppearanceStyle: Int
Appearance style of predefined UIBarButtonItem which are used in property toolBarActions and
leftNavigationItemActions in DownloadListController.
case icon: BarButtonItem shows an icon.
case title: BarButtonItem shows a title.
-
BarButtonItem shows an icon.
Declaration
Swift
case icon
-
BarButtonItem shows a title.
Declaration
Swift
case title
View on GitHub
Install in Dash
BarButtonAppearanceStyle Enum Reference