---
title: "tabBarController(_:sidebar:didEndDisplaying:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uitabbarcontroller/sidebar-swift.class/delegate-swift.protocol/tabbarcontroller(_:sidebar:didenddisplaying:)"
---

# tabBarController(_:sidebar:didEndDisplaying:)

Notifies the delegate when the sidebar has finished displaying the row representing the specified tab

## Declaration

```swift
optional func tabBarController(_ tabBarController: UITabBarController, sidebar: UITabBarController.Sidebar, didEndDisplaying tab: UITab)
```
