次の方法で共有


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

適用対象