| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
UITabBarController |
UIViewController.tabBarController()
Returns the nearest ancestor in the hierarchy that is a Tab bar
controller.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
UITabBarControllerDelegate.didEndCustomizingViewControllers(UITabBarController controller,
List<UIViewController> view,
boolean changed)
It is used after the dismissal of the customization sheet.
|
default void |
UITabBarControllerDelegate.didSelectViewController(UITabBarController controller,
UIViewController view)
It is used in order to handle the selection of an item on the tab bar.
|
default boolean |
UITabBarControllerDelegate.shouldSelectViewController(UITabBarController controller,
UIViewController view)
It is used in order to control the activation of the specified view
controller after a tap on the bar.
|
default void |
UITabBarControllerDelegate.willBeginCustomizingViewControllers(UITabBarController controller,
List<UIViewController> view)
It is used before the customization sheet is displayed.
|
default void |
UITabBarControllerDelegate.willEndCustomizingViewControllers(UITabBarController controller,
List<UIViewController> view,
boolean changed)
It is used before the dismissal of the customization sheet.
|
Copyright © 2020. All rights reserved.