The members of UIKit.UITabBarDelegate are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
DidBeginCustomizingItems(UITabBar, UITabBarItem[])Indicates that customizing the specified UITabBarItems has begun. | ||
DidEndCustomizingItems(UITabBar, UITabBarItem[], bool)Indicates that customization of the specified items has ended. | ||
ItemSelected(UITabBar, UITabBarItem)Indicates that the specified UITabBarItem was selected. | ||
WillBeginCustomizingItems(UITabBar, UITabBarItem[])Indicates that customization is about to begin on the specified UITabBarItems. | ||
WillEndCustomizingItems(UITabBar, UITabBarItem[], bool)Indicates that customization is about to end on the specified UITabBarItems. | ||