UIViewController.ChildViewControllers Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of UIViewControllers that are managed by this UIViewController.
public virtual UIKit.UIViewController[] ChildViewControllers { [Foundation.Export("childViewControllers")] get; }
member this.ChildViewControllers : UIKit.UIViewController[]
An array of UIViewControllers.
- Attributes
Certain UIViewControllers (e.g., UINavigationController) are primarily concerned with manipulating child controllers. Such controllers are often referred to as “Container View-Controllers.”
This property does not include UIViewControllers “presented” using PresentViewController(UIViewController, Boolean, Action), PresentModalViewController(UIViewController, Boolean), or PresentMoviePlayerViewController(MPMoviePlayerViewController).