<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationItemRenameDelegate-5j4ws",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit30UINavigationItemRenameDelegateP"
  },
  "title" : "UINavigationItemRenameDelegate"
}
-->

# UINavigationItemRenameDelegate

Methods an object implements to rename a navigation item.

```
@MainActor @preconcurrency protocol UINavigationItemRenameDelegate : AnyObject
```

## Overview

A navigation item ([`UINavigationItem`](/documentation/UIKit/UINavigationItem)) uses this delegate to determine whether a person can change the navigation item’s title and to handle the rename process.

> Related Sessions from WWDC22:
> Session 10069: [Meet desktop-class iPad](https://developer.apple.com/wwdc22/10069)
> 
> Session 10070: [Build a desktop-class iPad app](https://developer.apple.com/wwdc22/10070)

## Topics

### Determining rename support

[`navigationItemShouldBeginRenaming(_:)`](/documentation/UIKit/UINavigationItemRenameDelegate-5j4ws/navigationItemShouldBeginRenaming(_:))

Asks the delegate whether the navigation item supports renaming.

[`navigationItem(_:shouldEndRenamingWith:)`](/documentation/UIKit/UINavigationItemRenameDelegate-5j4ws/navigationItem(_:shouldEndRenamingWith:))

Asks the delegate whether to continue or abandon the rename process.

### Handling the rename process

[`navigationItem(_:willBeginRenamingWith:selectedRange:)`](/documentation/UIKit/UINavigationItemRenameDelegate-5j4ws/navigationItem(_:willBeginRenamingWith:selectedRange:))

Tells the delegate when the rename process starts.

[`navigationItem(_:didEndRenamingWith:)`](/documentation/UIKit/UINavigationItemRenameDelegate-5j4ws/navigationItem(_:didEndRenamingWith:))

Tells the delegate when the rename process ends.



---

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)