Share via


UITabBarControllerDelegate.OnEndCustomizingViewControllers Method

Definition

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

[Foundation.Export("tabBarController:willEndCustomizingViewControllers:changed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void OnEndCustomizingViewControllers(UIKit.UITabBarController tabBarController, UIKit.UIViewController[] viewControllers, bool changed);
[<Foundation.Export("tabBarController:willEndCustomizingViewControllers:changed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OnEndCustomizingViewControllers : UIKit.UITabBarController * UIKit.UIViewController[] * bool -> unit
override this.OnEndCustomizingViewControllers : UIKit.UITabBarController * UIKit.UIViewController[] * bool -> unit

Parameters

tabBarController
UITabBarController
viewControllers
UIViewController[]
changed
Boolean

Implements

Attributes

Applies to