UITabBarController.WillBeginCustomizingItems(UITabBar, UITabBarItem[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate method called shortly before the customization modal view is displayed.
[Foundation.Export("tabBar:willBeginCustomizingItems:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillBeginCustomizingItems (UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items);
abstract member WillBeginCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] -> unit
override this.WillBeginCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] -> unit
Parameters
- tabbar
- UITabBar
- items
- UITabBarItem[]
- Attributes