UITabBar$Methods extension

on

Properties

backgroundImage UIImage?

Available on UITabBar, provided by the UITabBar$Methods extension

backgroundImage
getter/setter pair
barStyle UIBarStyle

Available on UITabBar, provided by the UITabBar$Methods extension

barStyle
getter/setter pair
barTintColor UIColor?

Available on UITabBar, provided by the UITabBar$Methods extension

barTintColor
getter/setter pair
delegate UITabBarDelegate?

Available on UITabBar, provided by the UITabBar$Methods extension

delegate
getter/setter pair
isCustomizing bool

Available on UITabBar, provided by the UITabBar$Methods extension

isCustomizing
no setter
isTranslucent bool

Available on UITabBar, provided by the UITabBar$Methods extension

isTranslucent
getter/setter pair
itemPositioning UITabBarItemPositioning

Available on UITabBar, provided by the UITabBar$Methods extension

itemPositioning
getter/setter pair
items ↔ NSArray?

Available on UITabBar, provided by the UITabBar$Methods extension

items
getter/setter pair
itemSpacing double

Available on UITabBar, provided by the UITabBar$Methods extension

itemSpacing
getter/setter pair
itemWidth double

Available on UITabBar, provided by the UITabBar$Methods extension

itemWidth
getter/setter pair
leadingAccessoryView UIView

Available on UITabBar, provided by the UITabBar$Methods extension

leadingAccessoryView
no setter
scrollEdgeAppearance UITabBarAppearance?

Available on UITabBar, provided by the UITabBar$Methods extension

Describes the appearance attributes for the tabBar to use when an observable scroll view is scrolled to the bottom. If not set, standardAppearance will be used instead.
getter/setter pair
selectedImageTintColor UIColor?

Available on UITabBar, provided by the UITabBar$Methods extension

selectedImageTintColor
getter/setter pair
selectedItem UITabBarItem?

Available on UITabBar, provided by the UITabBar$Methods extension

selectedItem
getter/setter pair
selectionIndicatorImage UIImage?

Available on UITabBar, provided by the UITabBar$Methods extension

selectionIndicatorImage
getter/setter pair
shadowImage UIImage?

Available on UITabBar, provided by the UITabBar$Methods extension

shadowImage
getter/setter pair
standardAppearance UITabBarAppearance

Available on UITabBar, provided by the UITabBar$Methods extension

Describes the appearance attributes for the tab bar to use.
getter/setter pair
tintColor UIColor

Available on UITabBar, provided by the UITabBar$Methods extension

tintColor
getter/setter pair
trailingAccessoryView UIView

Available on UITabBar, provided by the UITabBar$Methods extension

trailingAccessoryView
no setter
unselectedItemTintColor UIColor?

Available on UITabBar, provided by the UITabBar$Methods extension

Unselected items in this tab bar will be tinted with this color. Setting this value to nil indicates that UITabBar should use its default value instead.
getter/setter pair

Methods

beginCustomizingItems(NSArray items) → void

Available on UITabBar, provided by the UITabBar$Methods extension

beginCustomizingItems:
endCustomizingAnimated(bool animated) bool

Available on UITabBar, provided by the UITabBar$Methods extension

endCustomizingAnimated:
init() UITabBar

Available on UITabBar, provided by the UITabBar$Methods extension

init
initWithCoder(NSCoder coder) UITabBar?

Available on UITabBar, provided by the UITabBar$Methods extension

initWithCoder:
initWithFrame(CGRect frame) UITabBar

Available on UITabBar, provided by the UITabBar$Methods extension

initWithFrame:
setItems(NSArray? items, {required bool animated}) → void

Available on UITabBar, provided by the UITabBar$Methods extension

setItems:animated: