UITabBarDelegate_Extensions.DidEndCustomizingItems 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.
Indicates that customization of the specified items has ended.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidEndCustomizingItems (this UIKit.IUITabBarDelegate This, UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
static member DidEndCustomizingItems : 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