次の方法で共有


UITabBarControllerDelegate.OnCustomizingViewControllers メソッド

定義

タブ バーのカスタマイズ シートが表示されることを示します。

[Foundation.Export("tabBarController:willBeginCustomizingViewControllers:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void OnCustomizingViewControllers (UIKit.UITabBarController tabBarController, UIKit.UIViewController[] viewControllers);
abstract member OnCustomizingViewControllers : UIKit.UITabBarController * UIKit.UIViewController[] -> unit
override this.OnCustomizingViewControllers : UIKit.UITabBarController * UIKit.UIViewController[] -> unit

パラメーター

tabBarController
UITabBarController
viewControllers
UIViewController[]
属性

適用対象