<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationBarDelegate/navigationBar(_:didPop:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UINavigationBarDelegate(im)navigationBar:didPopItem:"
  },
  "title" : "navigationBar(_:didPop:)"
}
-->

# navigationBar(_:didPop:)

Tells the delegate that an item was popped from the navigation bar.

```
optional func navigationBar(_ navigationBar: UINavigationBar, didPop item: UINavigationItem)
```

## Parameters

`navigationBar`

The navigation bar that the item is being popped from.

`item`

The navigation item that is being popped.

## Discussion

If animating the pop operation, this method is invoked after the animation ends; otherwise, it is invoked immediately after the pop.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)