---
title: "endCustomizing(animated:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uitabbar/endcustomizing(animated:)"
---

# endCustomizing(animated:)

Dismisses the standard interface used to customize the tab bar.

## Declaration

```swift
func endCustomizing(animated: Bool) -> Bool
```

## Parameters

- `animated`: If doc://com.apple.documentation/documentation/Swift/true, animate the dismissal of the interface.

## Return Value

Return Value true if items on the tab bar changed or false if they did not.

## Discussion

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.

## See Also

### Supporting user customization of tab bars

- [beginCustomizingItems(_:)](uikit/uitabbar/begincustomizingitems(_:).md)
- [isCustomizing](uikit/uitabbar/iscustomizing.md)
