UITabBarController$Methods extension

on

Properties

customizableViewControllers ↔ NSArray?

Available on UITabBarController, provided by the UITabBarController$Methods extension

customizableViewControllers
getter/setter pair
delegate UITabBarControllerDelegate?

Available on UITabBarController, provided by the UITabBarController$Methods extension

delegate
getter/setter pair
moreNavigationController UINavigationController

Available on UITabBarController, provided by the UITabBarController$Methods extension

moreNavigationController
no setter
selectedIndex int

Available on UITabBarController, provided by the UITabBarController$Methods extension

selectedIndex
getter/setter pair
selectedViewController UIViewController?

Available on UITabBarController, provided by the UITabBarController$Methods extension

selectedViewController
getter/setter pair
tabBar UITabBar

Available on UITabBarController, provided by the UITabBarController$Methods extension

tabBar
no setter
viewControllers ↔ NSArray?

Available on UITabBarController, provided by the UITabBarController$Methods extension

viewControllers
getter/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: