<!--
{
  "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/UINavigationItem/init(title:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UINavigationItem(im)initWithTitle:"
  },
  "title" : "init(title:)"
}
-->

# init(title:)

Creates a navigation item with the specified title.

```
init(title: String)
```

## Parameters

`title`

The string to set as the navigation item’s title displayed in the center of the navigation bar.

## Return Value

A new [`UINavigationItem`](/documentation/UIKit/UINavigationItem) object initialized with the specified title.

## Discussion

This is the designated initializer for this class.

## See Also

[`title`](/documentation/UIKit/UINavigationItem/title)

The navigation item’s title that displays in the navigation bar.



---

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)