UIKit.UITabBarDelegate: Method Members

The methods of UIKit.UITabBarDelegate are listed below. For a list of all members, see the UITabBarDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

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.