次の方法で共有


UITabBarController.WillEndCustomizingItems メソッド

定義

オブジェクトの UITabBarItem カスタマイズを終了する前に呼び出されるデリゲート メソッド。

[Foundation.Export("tabBar:willEndCustomizingItems:changed:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillEndCustomizingItems (UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
abstract member WillEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit
override this.WillEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

パラメーター

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
属性

適用対象