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 want to have the same effect as the birthday date setter in the iPhone contacts app. How do I …
iphone uiviewcontroller modalviewcontroller uidatepickerI'm trying to display a UILabel on top of a UINavigationController. The problem is that when I add the UILabel …
cocoa-touch uiview uiviewcontroller uinavigationcontroller subviewWhy is my custom UIView not rendering within the UIView container of it's parent? So what I have is: MainViewController …
iphone ios uiview uiviewcontroller addsubviewIs the following easy to code? I have a tableview and when the user selects a cell a detail view …
iphone uitableview uiviewcontroller uipagecontrol swipeI am working with Automatic Reference Counting. I have a custom UIViewController subclass and whenever I call -presentViewController: animated:completion: …
ios objective-c uiviewcontroller automatic-ref-counting deallocIn iOS6, shouldAutorotateToInterfaceOrientation is deprecated. I tried to use supportedInterfaceOrientations and shouldAutorotate to make app working correctly for autorotation but …
ios uiviewcontroller ios6 autorotateThe parentViewController property of UIViewController is readonly, but I am nesting custom view controllers and would like to use this …
iphone cocoa-touch uiviewcontroller hierarchy parentviewcontrollerI have a screen called HomeScreen which implements UIViewController. I wish to use a background image for this screen. Is …
iphone uiviewcontroller xamarin.ios monodevelopI was trying to call an existing method of my ViewController.m from AppDelegate.m inside the applicationDidEnterBackground method, so …
ios iphone objective-c uiviewcontroller appdelegateI am new to iOS App Development. I have connected a tableview controller such that when I select one of …
ios objective-c uiviewcontroller segue uistoryboardsegue