Top "Container-view" questions

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
How to use a 'Container View' in iOS?

I have noticed the UI Component in XCode: Container View. Based on the description provided I would like to make …

ios objective-c ipad uiviewcontroller container-view
xcode storyboard Container View - How do I access the viewcontroller

I'm trying to use storyboard and get things working properly. I've added a a Container View to one of my …

ios objective-c xcode uiviewcontroller container-view
Change Container View Content with Tabs in iOS

I'm trying to make a form that spans three tabs. You can see in the screenshot below where the tabs …

ios xcode-storyboard container-view
Getting reference to view controller of the container view

I have a viewController which contains a ContainerView(which is setting up a ViewController). I am setting up a segue …

ios uiviewcontroller container-view
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
iOS Scroll View, Container View - auto layout issue

I'm using storyboards & auto layout. I have a Container View in a UIScrollView. The Container View allows me to …

ios uiscrollview autolayout container-view
Refresh Container View on Button Press

I have a UIViewController with a container view which holds a UITableView. Within the UITableView I have a NSFetchController with …

ios container-view