共用方式為


UITabBarDelegate.WillBeginCustomizingItems(UITabBar, UITabBarItem[]) 方法

定義

表示自訂即將在指定的 UITabBarItems 上開始。

[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

參數

tabbar
UITabBar
items
UITabBarItem[]
屬性

適用於