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 am trying something very simple but somehow I can't get it to work. All I try to do is …
ios uiviewcontroller uikit uisegmentedcontrolConsider a view controller that needs to slide out (or hide) the status bar when a button is clicked. - (…
iphone ios uiviewcontroller statusbar uistatusbarSummary I have a content UIViewController that presents a settings UIViewController using a custom transition. The presentation is with presentViewController:…
ios uiviewcontroller uikit uiviewanimationtransitionim having trouble overriding the initialization method for my CustomViewController thats designed in my Storyboard. now im doing (in my …
ios5 uiviewcontroller uistoryboardI have a table view inside a View Controller. I can populate all my information inside the table view. However …
objective-c ios uiviewcontroller uistoryboardsegue uitableviewI have a UIPageViewController with translucent status bar and navigation bar. Its topLayoutGuide is 64 pixels, as expected. However, the child …
ios uiviewcontroller ios7 autolayout uipageviewcontrollerI presented a view controller using presentModalViewController:, now how to close/dismiss it?
ios objective-c uiviewcontroller modalviewcontrollerI am running same app in iOS6 and iOS7 which has NavigationBar.It runs well on iOS6, but in iOS7, …
uiview uiviewcontroller uinavigationbar frame ios7I'm trying to display a modal view straight after another view has been presented modally (the second is a loading …
iphone memory-management uiviewcontroller crashI have a view controller which view's background I need to be translucent and keep showing the view below. I've …
ios swift uiviewcontroller opacity presentviewcontroller