UITabBarDelegate_Extensions.WillEndCustomizingItems Method

Definition

Indicates that customization is about to end on the specified UITabBarItems.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillEndCustomizingItems (this UIKit.IUITabBarDelegate This, UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
static member WillEndCustomizingItems : UIKit.IUITabBarDelegate * UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

Parameters

This
IUITabBarDelegate

The instance on which this extension method operates.

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean
Attributes

Applies to