The view controller that manages the More navigation interface.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
var moreNavigationController: UINavigation Controller { get }
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 view
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.