UITabBarController.WillEndCustomizingItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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