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.

Implement custom animation to present modal view from specified view on iPad

On the iPad we get much more room to work with, so presenting full screen modal views is not ideal. …

iphone ios ipad animation modalviewcontroller
ModalViewController transparent background iOS 8

Opened old project in Xcode 6 and found issue that background is not transparent in presented view controller. I have used …

uiviewcontroller ios8 modalviewcontroller
Popover with ModalPresentationStyle is not centered in iOS 7 iPad

I have a problem with iOS 7 that seems to be a bug or I just don't do something right. I …

objective-c ipad ios7 modalviewcontroller uimodalpresentationstyle
Application tried to present a nil modal view controller on target "Current View Controller"

I have a UIViewController with xib , when I try to present a storyboard view on it , it crashes. I present …

ios modalviewcontroller
How do I make a modal date picker that only covers half the screen?

I want to have the same effect as the birthday date setter in the iPhone contacts app. How do I …

iphone uiviewcontroller modalviewcontroller uidatepicker
iPhone: How to do a presentModalViewController animation from left to right

I am presenting a model view with animation. As a default it comes from bottom to top. How can I …

ios modal-dialog modalviewcontroller presentmodalviewcontroller
status bar hidden in modal view (over fullscreen presentation)

try to hide the status bar from a modal view. already check several methods: override func prefersStatusBarHidden() -> Bool { …

ios hidden statusbar modalviewcontroller
Can't change the presentation and transition styles of modal views in Xcode (iPad)

I'm currently having some trouble with modal views and popovers. It might be the same problem, but I'm not sure. …

ios xcode uipopovercontroller modalviewcontroller
How do I make an expand/contract transition between views on iOS?

I'm trying to make a transition animation in iOS where a view or view controller appears to expand to fill …

ios animation uiview transition modalviewcontroller
Objective C: How to present modal view controller from appdelegate?

I am in the appdelegate of my application. How can I add a modal view controller in the "didfinishlaunching" method? …

objective-c ios modalviewcontroller