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
属性

适用于