Top "Presentmodalviewcontroller" questions

`presentModalViewController` is a `UIViewController` instance method that presents a modal view controller.

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
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
Present modal view controller in half size parent controller

I am trying to present modal view controller on other viewcontroller sized to half parent view controller. But it always …

ios swift uiviewcontroller presentmodalviewcontroller
Unable to get presentViewController to work

I copied a working viewcontroller class from another project into a new project. I can't get the view to load …

iphone xcode ipad presentmodalviewcontroller
Present multiple modal view controllers?

update: I've faced this problem again, and found another way. If presenting controller is not embedded in navigation controller, it …

ios iphone objective-c uiviewcontroller presentmodalviewcontroller
Showing pushviewcontroller animation look like presentModalViewController

Is it possible to show pushViewController animation look like presentModalViewController but that has background functionality of pushViewController?

ios iphone animation pushviewcontroller presentmodalviewcontroller
iOS 7 Translucent Modal View Controller

The App Store app on iOS 7 uses a frosted glass-type effect where it is possible to see the view behind. …

ios objective-c uinavigationcontroller ios7 presentmodalviewcontroller
How to prevent present modally an active controller?

We have 2 controllers: MainVC and ProfileVC. From MainVC we go to ProfileVC with profileButton press (left item on navigation bar). …

ios objective-c presentmodalviewcontroller
Animate presentModalViewController from right /left

Currently I am using [self presentModalViewController :newVC animated:YES] .I want to present newViewcontroller from left/right/top/bottom with …

iphone objective-c animation presentmodalviewcontroller
iOS - pushViewController vs presentModalViewController difference

What is the difference beetween calling presentModalViewController and pushViewController, when : animation is set to NO (even if yes, that's just …

ios cocoa-touch uinavigationcontroller pushviewcontroller presentmodalviewcontroller