Top "Childviewcontroller" questions

childViewController is Apple's iOS Custom Container View Controller management style.

In iOS, using storyboard, how to setup a view controller inside a container view?

I have created and drawn out a custom UIViewController called AutocompleteVC in my Main storyboard. AutocompleteVC will be used in …

ios interface-builder storyboard containers childviewcontroller
Set frame of a navigation controller added as a child view controller

I am trying to add a UINavigationController as a child view controller and then give it a smaller frame than …

ios uinavigationcontroller childviewcontroller
Container View Controllers - notify parent of action

Say I have a custom container view controller (MainViewController) where I do something like this: - (void)viewDidLoad { [super viewDidLoad]; …

ios uiviewcontroller parentviewcontroller childviewcontroller
How to detect touch event in child viewcontroller in ios

I have created a sideview like menu for the iPhone for which I have used container ship concept for adding …

ios iphone touch-event childviewcontroller parentviewcontroller
How to disable navigation bar in iOS

I would like to disable the navigation bar while adding a child view and enable it again once I remove …

ios ios7 uinavigationcontroller uinavigationbar childviewcontroller
Child View Controller to Rotate While Parent View Controller Does Not

What I am Trying to Do: Parent View that is managed by Parent View Controller SHOULD NOT ROTATE. Child View …

swift xcode uiviewcontroller landscape-portrait childviewcontroller
Issue with AutoLayout and ChildViewControllers (incorrect size of ChildVCs' view)

I'm experiencing some difficulties doing a rather simple thing, I'm missing something but don't see... I reproduced the issue with …

ios autolayout childviewcontroller