---
title: moreNavigationController
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbarcontroller/morenavigationcontroller
---

# moreNavigationController

The view controller that manages the More navigation interface.

## Declaration

```swift
var moreNavigationController: UINavigationController { get }
```

## Discussion

Discussion This property always contains a valid More navigation controller, even if a More button is not displayed on the screen. You can use the value of this property to select the More navigation controller in the tab bar interface or to compare it against the currently selected view controller. Do not add the object stored in this property to your tab bar interface manually. The More controller is displayed automatically by the tab bar controller as it is needed. You must also not look for the More navigation controller in the array of view controllers stored in the viewControllers property. The tab bar controller does not include the More navigation controller in that array of objects. note: The More interface is not available in tvOS.

## See Also

### Managing the view controllers

- [viewControllers](uikit/uitabbarcontroller/viewcontrollers.md)
- [setViewControllers(_:animated:)](uikit/uitabbarcontroller/setviewcontrollers(_:animated:).md)
- [customizableViewControllers](uikit/uitabbarcontroller/customizableviewcontrollers.md)
