Share via


UITabBarDelegate.DidEndCustomizingItems Method

Definition

Indicates that customization of the specified items has ended.

[Foundation.Export("tabBar:didEndCustomizingItems:changed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidEndCustomizingItems(UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
[<Foundation.Export("tabBar:didEndCustomizingItems:changed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit
override this.DidEndCustomizingItems : UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit

Parameters

tabbar
UITabBar
items
UITabBarItem[]
changed
Boolean

Implements

Attributes

Applies to