UIKit.UITabBarDelegate_Extensions: Method Members

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

See Also: Inherited members from System.Object

Public Methods

static
DidBeginCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[])
Indicates that customizing the specified UITabBarItems has begun.
static
DidEndCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[], bool)
Indicates that customization of the specified items has ended.
static
ItemSelected(this IUITabBarDelegate, UITabBar, UITabBarItem)
Indicates that the specified UITabBarItem was selected.
static
WillBeginCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[])
Indicates that customization is about to begin on the specified UITabBarItems.
static
WillEndCustomizingItems(this IUITabBarDelegate, UITabBar, UITabBarItem[], bool)
Indicates that customization is about to end on the specified UITabBarItems.