Dismisses the standard interface used to customize the tab bar.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
Parameters
animated
If
true
, animate the dismissal of the interface.
Return Value
true
if items on the tab bar changed or false
if they did not.
Discussion
You rarely need to call this method. Typically, the user dismisses the modal view by tapping the built-in Done button in the interface. However, you might call this method to cancel the customization process because of changes to other parts of your interface.