UITabBarDelegate_Extensions.DidEndCustomizingItems 方法

定义

指示指定项的自定义已结束。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidEndCustomizingItems (this UIKit.IUITabBarDelegate This, UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
static member DidEndCustomizingItems : UIKit.IUITabBarDelegate * UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

参数

This
IUITabBarDelegate

此扩展方法在其上运行的实例。

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
属性

适用于