UITabBarControllerDelegate.OnCustomizingViewControllers Method

Definition

Indicates that the tab bar customization sheet is about to be displayed.

[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

Parameters

tabBarController
UITabBarController
viewControllers
UIViewController[]
Attributes

Applies to