Package org.robovm.apple.uikit
Interface UITabBarDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITabBarController,UITabBarDelegateAdapter
public interface UITabBarDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voiddidEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)voiddidSelectItem(UITabBar tabBar, UITabBarItem item)voidwillBeginCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items)voidwillEndCustomizingItems(UITabBar tabBar, NSArray<UITabBarItem> items, boolean changed)
-
Method Details
-
didSelectItem
-
willBeginCustomizingItems
-
didBeginCustomizingItems
-
willEndCustomizingItems
-
didEndCustomizingItems
-