UITabBarController$Methods extension
Properties
- customizableViewControllers ↔ NSArray?
-
Available on UITabBarController, provided by the UITabBarController$Methods extension
customizableViewControllersgetter/setter pair - delegate ↔ UITabBarControllerDelegate?
-
Available on UITabBarController, provided by the UITabBarController$Methods extension
delegategetter/setter pair -
Available on UITabBarController, provided by the UITabBarController$Methods extension
moreNavigationControllerno setter - selectedIndex ↔ int
-
Available on UITabBarController, provided by the UITabBarController$Methods extension
selectedIndexgetter/setter pair - selectedViewController ↔ UIViewController?
-
Available on UITabBarController, provided by the UITabBarController$Methods extension
selectedViewControllergetter/setter pair - tabBar → UITabBar
-
Available on UITabBarController, provided by the UITabBarController$Methods extension
tabBarno setter - viewControllers ↔ NSArray?
-
Available on UITabBarController, provided by the UITabBarController$Methods extension
viewControllersgetter/setter pair
Methods
-
encodeWithCoder(
NSCoder coder) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
encodeWithCoder: -
init(
) → UITabBarController -
Available on UITabBarController, provided by the UITabBarController$Methods extension
init -
initWithCoder(
NSCoder coder) → UITabBarController? -
Available on UITabBarController, provided by the UITabBarController$Methods extension
initWithCoder: -
initWithNibName(
NSString? nibNameOrNil, {NSBundle? bundle}) → UITabBarController -
Available on UITabBarController, provided by the UITabBarController$Methods extension
initWithNibName:bundle: -
setViewControllers(
NSArray? viewControllers, {required bool animated}) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
setViewControllers:animated: -
tabBar$1(
UITabBar tabBar, {required NSArray didBeginCustomizingItems}) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
tabBar:didBeginCustomizingItems: -
tabBar$2(
UITabBar tabBar, {required NSArray didEndCustomizingItems, required bool changed}) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
tabBar:didEndCustomizingItems:changed: -
tabBar$3(
UITabBar tabBar, {required UITabBarItem didSelectItem}) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
tabBar:didSelectItem: -
tabBar$4(
UITabBar tabBar, {required NSArray willBeginCustomizingItems}) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
tabBar:willBeginCustomizingItems: -
tabBar$5(
UITabBar tabBar, {required NSArray willEndCustomizingItems, required bool changed}) → void -
Available on UITabBarController, provided by the UITabBarController$Methods extension
tabBar:willEndCustomizingItems:changed: