children
An array of view controllers that are children of the current view controller.
Declaration
var children: [UIViewController] { get }Discussion
This property does not include any presented view controllers. This property is only intended to be read by an implementation of a custom container view controller.