UITabBar.EndCustomizing(Boolean) 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.
Dismisses the modal dialog that customizes the tab bar items, animating if animated
is true
.
[Foundation.Export("endCustomizingAnimated:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool EndCustomizing (bool animated);
abstract member EndCustomizing : bool -> bool
override this.EndCustomizing : bool -> bool
Parameters
- animated
- Boolean
Returns
- Attributes