UITabBarDelegate.DidBeginCustomizingItems(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.
Indicates that customizing the specified UITabBarItems has begun.
[Foundation.Export("tabBar:didBeginCustomizingItems:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidBeginCustomizingItems (UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items);
abstract member DidBeginCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] -> unit
override this.DidBeginCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] -> unit
Parameters
- tabbar
- UITabBar
- items
- UITabBarItem[]
- Attributes