---
title: title
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewcontroller/title
---

# title

A localized string that represents the view this controller manages.

## Declaration

```swift
var title: String? { get set }
```

## Discussion

Discussion Set the title to a human-readable string that describes the view. If the view controller has a valid navigation item or tab-bar item, assigning a value to this property updates the title text of those objects.

## See Also

### Managing the view

- [view](uikit/uiviewcontroller/view.md)
- [viewIfLoaded](uikit/uiviewcontroller/viewifloaded.md)
- [isViewLoaded](uikit/uiviewcontroller/isviewloaded.md)
- [loadView()](uikit/uiviewcontroller/loadview().md)
- [viewDidLoad()](uikit/uiviewcontroller/viewdidload().md)
- [loadViewIfNeeded()](uikit/uiviewcontroller/loadviewifneeded().md)
- [preferredContentSize](uikit/uiviewcontroller/preferredcontentsize.md)
- [ornaments](uikit/uiviewcontroller/ornaments.md)
