UITabBarController.WillEndCustomizingItems Method

Definition

Delegate method called before ending the customization of UITabBarItem objects.

[Foundation.Export("tabBar:willEndCustomizingItems:changed:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillEndCustomizingItems (UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
abstract member WillEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit
override this.WillEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

Parameters

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
Attributes

Applies to