UITabBarControllerDelegate_Extensions.OnEndCustomizingViewControllers 方法

定义

指示即将关闭选项卡栏自定义表。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void OnEndCustomizingViewControllers (this UIKit.IUITabBarControllerDelegate This, UIKit.UITabBarController tabBarController, UIKit.UIViewController[] viewControllers, bool changed);
static member OnEndCustomizingViewControllers : UIKit.IUITabBarControllerDelegate * UIKit.UITabBarController * UIKit.UIViewController[] * bool -> unit

参数

This
IUITabBarControllerDelegate

此扩展方法操作的实例。

tabBarController
UITabBarController
viewControllers
UIViewController[]
changed
Boolean
属性

适用于