Поделиться через


UITabBar.BeginCustomizingItems(UITabBarItem[]) Метод

Определение

Предоставляет модальное представление, позволяющее пользователю добавлять, удалять и изменять порядок элементов в этом элементе 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

Параметры

items
UITabBarItem[]

Элементы, которые можно настроить.

Этот параметр может иметь значение null.

Атрибуты

Применяется к