<!--
{
  "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(_:didPush:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UINavigationBarDelegate(im)navigationBar:didPushItem:"
  },
  "title" : "navigationBar(_:didPush:)"
}
-->

# navigationBar(_:didPush:)

Tells the delegate that an item was pushed onto the navigation bar.

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

## Parameters

`navigationBar`

The navigation bar that the item is being pushed onto.

`item`

The navigation item that is being pushed.

## Discussion

If pushing an item onto the navigation bar is animated, this method is invoked after the animation ends; otherwise, it is invoked immediately after the push.

---

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)