Top "Childviewcontroller" questions

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

How to add a Container View programmatically

A Container View can be easily added into a storyboard through Interface Editor. When added, a Container View is of …

ios cocoa-touch subview uicontainerview childviewcontroller
Add a child view controller's view to a subview of the parent view controller

I want to add a tableViewController as a child view controller of a containerViewController (shown below). According to Apple's View …

ios addsubview parentviewcontroller container-view childviewcontroller
Add child view controller to UINavigationController

I'm trying to add a child view controller to a UIViewController contained in a UINavigationController with this code: - (void)…

iphone objective-c uiviewcontroller ios7 childviewcontroller
How to pass data from child to parent view controller? in swift

I created an activity where when one of the text fields clicked it will pop up a child(alert dialog) …

ios swift xcode childviewcontroller childviews
iOS routing viewDidAppear to child view controllers?

I'm adding a child view controller to a parent view controller, and everything works as expected, except that child view …

ios viewwillappear childviewcontroller
Show Navigation Bar in Child View Controller

I am working on an app in which I have to display multiple view controllers side by side (split views). …

ios uinavigationcontroller uinavigationbar childviewcontroller splitview
How to create a container/child viewcontroller relationship in interface builder

To create from code a parent/child relationship between 2 view controllers basically it's just matter of doing something like: [self …

uiviewcontroller interface-builder uistoryboardsegue container-view childviewcontroller
Presenting a modal view controller without covering the current view on iPhone

I have been trying to add view container with leaving 20px space from the sides. But it seems not the …

ios iphone uiviewcontroller ios7 childviewcontroller
Adding Child View Controller view to dynamic UITableViewCell

How can I add a view of a child view controller to a custom UITableViewCell? I can add the view …

ios swift uitableview childviewcontroller
Cocoa: Can't remove child view controller

I load the view of my main view controller. This main view controller then adds 2 child view controllers (split view: …

ios cocoa-touch uiviewcontroller childviewcontroller parentviewcontroller