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.

Presenting modal in iOS 13 fullscreen

In iOS 13 there is a new behaviour for modal view controller when being presented. Now it's not fullscreen by default …

ios viewcontroller modalviewcontroller ios13
iOS: Modal ViewController with transparent background

I'm trying to present a view controller modally, with a transparent background. My goal is to let both the presenting …

ios objective-c modalviewcontroller presentmodalviewcontroller
Swift Modal View Controller with transparent background

I know this topic is quite popular, but I'm a little iniciate problem in a programming language, the fact is …

ios swift swift2 modalviewcontroller swift2.1
presentViewController and displaying navigation bar

I have a view controller hierarchy and the top-most controller is displayed as a modal and would like to know …

ios iphone uiviewcontroller modalviewcontroller presentmodalviewcontroller
How can I detect the dismissal of a modal view controller in the parent view controller?

Possible Duplicate: Call Function in Underlying ViewController as Modal View Controller is Dismissed I've tried almost everything. Here's what I've …

iphone objective-c ios xcode modalviewcontroller
iPad custom size of modal view controller

I have a couple of modal view controllers of certain size. I'm trying to avoid the use of custom views (…

ipad uiviewcontroller modalviewcontroller
iOS: Use a boolean in NSUserDefaults

When the rootViewController of my application is loaded, I want to be able to check whether or not the users …

iphone objective-c boolean nsuserdefaults modalviewcontroller
Disable the interactive dismissal of presented view controller

iOS 13 introduces a new design of modalPresentationStyle .pageSheet (and its sibling .formSheet) for modally presented view controllers… …and we can …

ios uiviewcontroller uikit modalviewcontroller ios13
Presenting and dismissing a modal view in ios 7

I have a view controller that has a button on it. The button is the Privacy Policy. When it's clicked …

ios uiwebview ios7 modalviewcontroller
iOS -- how do you control the size of a modal view controller?

I am presenting a modal view controller. If it matters, it is scrolling up from the bottom. How can I …

iphone ios modalviewcontroller