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.

Switching ViewControllers with UISegmentedControl in iOS5

I am trying something very simple but somehow I can't get it to work. All I try to do is …

ios uiviewcontroller uikit uisegmentedcontrol
Proper way to hide status bar on iOS, with animation and resizing root view

Consider a view controller that needs to slide out (or hide) the status bar when a button is clicked. - (…

iphone ios uiviewcontroller statusbar uistatusbar
UIViewController – issue with custom dismiss transition

Summary I have a content UIViewController that presents a settings UIViewController using a custom transition. The presentation is with presentViewController:…

ios uiviewcontroller uikit uiviewanimationtransition
viewController custom init method with storyboard

im having trouble overriding the initialization method for my CustomViewController thats designed in my Storyboard. now im doing (in my …

ios5 uiviewcontroller uistoryboard
Pushing to a Detail View from a Table View Cell using Xcode Storyboard

I have a table view inside a View Controller. I can populate all my information inside the table view. However …

objective-c ios uiviewcontroller uistoryboardsegue uitableview
topLayoutGuide in child view controller

I have a UIPageViewController with translucent status bar and navigation bar. Its topLayoutGuide is 64 pixels, as expected. However, the child …

ios uiviewcontroller ios7 autolayout uipageviewcontroller
How to dismiss a view controller opened with presentModalViewController:

I presented a view controller using presentModalViewController:, now how to close/dismiss it?

ios objective-c uiviewcontroller modalviewcontroller
ios 7 UiView frame issue

I am running same app in iOS6 and iOS7 which has NavigationBar.It runs well on iOS6, but in iOS7, …

uiview uiviewcontroller uinavigationbar frame ios7
iPhone crashing when presenting modal view controller

I'm trying to display a modal view straight after another view has been presented modally (the second is a loading …

iphone memory-management uiviewcontroller crash
Presenting a view controller with dim background

I 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