We can get the child view controllers of a view controller using the childViewControllers property of the view controller.
If we are in a view controller class, if we want to get its child view controllers, then we can use the following code :
self.childViewControllers;
This will return an array of view controllers that are the child of the current view controller.
If there are no child view controllers of the current view controller, then the array will be empty.
If we are to get the child view controllers of a navigation controller, we can use the following code :
self.navigationController.childViewControllers;
Incoming search terms:
- current childview controller
- access child view in titanium
- AppleMAC|Web eCommerce iOS Android ArduinoandSEO
- how to find a view\s viewcontroller in childviewcontrollers array
- xcode child view controller
- xcode get child of navigation controller
- xcode parent and child view



