Top "Modalviewcontroller" questions

A modal view controller is a mechanism for managing a modal view, i.e. a view that assumes logical control of the user interface until the modal view is dismissed.

dismissviewcontrolleranimated completion not calling completion on uiimagepickercontroller

This is the code I have: -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info { [picker dismissViewControllerAnimated:YES completion:^(void){ NSLog(@"…

iphone objective-c ios modalviewcontroller
Hide all modal view controllers

i've a login view presented as a ModelViewController and i have a register view presented as a NavigationControlloer on top …

iphone ios objective-c cocoa-touch modalviewcontroller
Add UINavigationBar programmatically with a Done button

So I have a modal view and want to add a UINavigationBar programmatically with a Done button to dismiss this …

objective-c xcode uinavigationbar modalviewcontroller
Modal View Controller force Landscape orientation in iOS 6

I have a UITabBarController presented in Portrait mode. On one of the tabs I have a button that shows a …

ios xcode cocoa-touch modalviewcontroller uiinterfaceorientation
Present a transparent modal UIViewController

I'm trying to make a custom alertView (for iOS7+) on my own but I struggle with the alertView presentation. I …

ios uiviewcontroller modalviewcontroller custom-transition
How to HIDE the iPad keyboard from a MODAL view controller?

I'm trying to hide the iPad keyboard from a modal view controller but it doesn't work. I have tried resignFirstResponder …

iphone objective-c ipad uinavigationcontroller modalviewcontroller
How to call method on presenting view controller from modal view controller

I have a modal view controller that I called in from another view controller. Upon dismissal of the modal view …

ios objective-c-blocks modalviewcontroller presentmodalviewcontroller
How to present a half modal view controller over the top with iOS 7 custom transitions

How would I go about presenting a "half view" controller over the top of main view controller? Requirements: - Present …

ios ios7 modalviewcontroller custom-transition
ios5 - size of modal view controller with storyboard

is there any way to resize a View Controller that has been presented modally using a storyboard segue? how do …

ios uiviewcontroller ios5 modalviewcontroller storyboard
iOS Present modal view controller on startup without flash

I'd like to present modally, at first startup, a tutorial wizard to the user. Is there a way to present …

ios objective-c startup modalviewcontroller