UITabBar.BeginCustomizingItems(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.
Presents a modal view allowing the user to add, remove, and rearrange items on this UITabBar.
[Foundation.Export("beginCustomizingItems:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void BeginCustomizingItems (UIKit.UITabBarItem[] items);
abstract member BeginCustomizingItems : UIKit.UITabBarItem[] -> unit
override this.BeginCustomizingItems : UIKit.UITabBarItem[] -> unit
Parameters
- Attributes