Top "Uiviewcontroller" questions

The UIViewController class manages the views in iOS apps and mediates the interaction between an app's views, its underlying model objects, and the overall workflow.

How to do the flip animation between two UIViewControllers while clicking info button?

I have a login page named "LoginViewController". I have an info button in this page. If I click on it, …

ios uiview uiviewcontroller flip
How does View Controller Containment work in iOS 5?

In WWDC 2011 Session 102, Apple introduced View Controller Containment, which is the ability to create custom view controller containers, analogous to …

ios uiviewcontroller ios5
Getting the correct bounds of UIViewController's view

I have an iPad-application. In landscape orientation the UIViewController's view actual width = 1024px and height = 768 - 20 (statusBar) - 44 (navigationBar) = 704px. …

ios xcode uiviewcontroller rotation bounds
Add UIGestureRecognizer to swipe left to right right to left my views

I have a UIStoryboard with different UIViewControllers, I would like to add another UIViewController (like a dashboard) that when the …

ios objective-c uiviewcontroller uigesturerecognizer swipe-gesture
Initializer does not override a designated initializer from its superclass

So I've just upgraded to Xcode 6.3 Beta 3 and a lot of error(s) are appearing relating to the following: Initializer …

ios swift uiviewcontroller initializer
Move or copy view controller from one storyboard to another

I have several UIViewControllers in one Storyboard. Now I want to move some UIViewControllers to another Storyboard. Is it possible?

ios xcode uiviewcontroller storyboard
Warning: Attempt to present * on * which is already presenting (null)

This is my first application for iOS. So I have a UIVIewController with a UITableView where I have integrated a …

ios swift uitableview uiviewcontroller uistoryboardsegue
When to use addChildViewController vs pushViewController

I just watched a 2011 WWDC presentation on "Implementing UIViewController Containment" (here's a link to the video) They mentioned both of …

iphone uiviewcontroller pushviewcontroller addchild
How to implement UIPageViewController that utilizes multiple ViewControllers

I've been working on a simple test app to learn the ins and outs of the UIPageViewController. I have it …

ios uiviewcontroller uipageviewcontroller
iPhone - dismiss multiple ViewControllers

I have a long View Controllers hierarchy; in the first View Controller I use this code: SecondViewController *svc = [[SecondViewController alloc] …

iphone uiviewcontroller dismiss