Düzenle

Aracılığıyla paylaş


UITabBar.BeginCustomizingItems(UITabBarItem[]) Method

Definition

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

items
UITabBarItem[]

The items that can be customized.

This parameter can be null.

Attributes

Applies to