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.
I have a login page named "LoginViewController". I have an info button in this page. If I click on it, …
ios uiview uiviewcontroller flipIn WWDC 2011 Session 102, Apple introduced View Controller Containment, which is the ability to create custom view controller containers, analogous to …
ios uiviewcontroller ios5I 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 boundsI 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-gestureSo 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 initializerI have several UIViewControllers in one Storyboard. Now I want to move some UIViewControllers to another Storyboard. Is it possible?
ios xcode uiviewcontroller storyboardThis is my first application for iOS. So I have a UIVIewController with a UITableView where I have integrated a …
ios swift uitableview uiviewcontroller uistoryboardsegueI just watched a 2011 WWDC presentation on "Implementing UIViewController Containment" (here's a link to the video) They mentioned both of …
iphone uiviewcontroller pushviewcontroller addchildI've been working on a simple test app to learn the ins and outs of the UIPageViewController. I have it …
ios uiviewcontroller uipageviewcontrollerI have a long View Controllers hierarchy; in the first View Controller I use this code: SecondViewController *svc = [[SecondViewController alloc] …
iphone uiviewcontroller dismiss