UITabBarDelegate_Extensions.WillBeginCustomizingItems Method

Definition

Indicates that customization is about to begin on the specified UITabBarItems.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillBeginCustomizingItems (this UIKit.IUITabBarDelegate This, UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items);
static member WillBeginCustomizingItems : UIKit.IUITabBarDelegate * UIKit.UITabBar * UIKit.UITabBarItem[] -> unit

Parameters

This
IUITabBarDelegate

The instance on which this extension method operates.

tabbar
UITabBar
items
UITabBarItem[]
Attributes

Applies to