UITabBar$Methods extension
- on
Properties
- backgroundImage ↔ UIImage?
-
Available on UITabBar, provided by the UITabBar$Methods extension
backgroundImagegetter/setter pair - barStyle ↔ UIBarStyle
-
Available on UITabBar, provided by the UITabBar$Methods extension
barStylegetter/setter pair - barTintColor ↔ UIColor?
-
Available on UITabBar, provided by the UITabBar$Methods extension
barTintColorgetter/setter pair - delegate ↔ UITabBarDelegate?
-
Available on UITabBar, provided by the UITabBar$Methods extension
delegategetter/setter pair - isCustomizing → bool
-
Available on UITabBar, provided by the UITabBar$Methods extension
isCustomizingno setter - isTranslucent ↔ bool
-
Available on UITabBar, provided by the UITabBar$Methods extension
isTranslucentgetter/setter pair - itemPositioning ↔ UITabBarItemPositioning
-
Available on UITabBar, provided by the UITabBar$Methods extension
itemPositioninggetter/setter pair - items ↔ NSArray?
-
Available on UITabBar, provided by the UITabBar$Methods extension
itemsgetter/setter pair - itemSpacing ↔ double
-
Available on UITabBar, provided by the UITabBar$Methods extension
itemSpacinggetter/setter pair - itemWidth ↔ double
-
Available on UITabBar, provided by the UITabBar$Methods extension
itemWidthgetter/setter pair - leadingAccessoryView → UIView
-
Available on UITabBar, provided by the UITabBar$Methods extension
leadingAccessoryViewno 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
selectedImageTintColorgetter/setter pair - selectedItem ↔ UITabBarItem?
-
Available on UITabBar, provided by the UITabBar$Methods extension
selectedItemgetter/setter pair - selectionIndicatorImage ↔ UIImage?
-
Available on UITabBar, provided by the UITabBar$Methods extension
selectionIndicatorImagegetter/setter pair - shadowImage ↔ UIImage?
-
Available on UITabBar, provided by the UITabBar$Methods extension
shadowImagegetter/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
tintColorgetter/setter pair - trailingAccessoryView → UIView
-
Available on UITabBar, provided by the UITabBar$Methods extension
trailingAccessoryViewno 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: