次の方法で共有


UITabBarController.DidEndCustomizingItems メソッド

定義

カスタマイズ モーダル ビューが閉じられた後に呼び出されるデリゲート メソッド。

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

パラメーター

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
属性

適用対象