Top "Presentviewcontroller" questions

On iPhone and iPod touch, the presented view is always full screen.

Swift presentViewController

I programatically have multiple View Controllers in an iOS Swift Project. I do not have the storyboards and would like …

swift ios8 viewcontroller presentviewcontroller
modal View controllers - how to display and dismiss

I'm breaking my head for the last one week on how to solve the issue with showing and dismissing multiple …

ios objective-c uiviewcontroller presentviewcontroller dismissviewcontroller
How to call a View Controller programmatically?

I have looked at all the tutorials I can find on this one, and I still don't have the answer. …

ios objective-c uiviewcontroller uistoryboard presentviewcontroller
iOS: present view controller programmatically

I'm using the presentViewController:animated:completion: method to go to another view controller. This is my code: AddTaskViewController *add = [[AddTaskViewController …

ios objective-c uiviewcontroller uistoryboard presentviewcontroller
Warning: Attempt to present * on * whose view is not in the window hierarchy - swift

I'm trying to present a ViewController if there is any saved data in the data model. But I get the …

ios swift hierarchy presentviewcontroller
iOS: Warning "attempt to present ViewController whose view is not in the window hierarchy"

I am getting following warning when I try to present a ActivityController on navigation controller, Attempt to present <UIActivityViewController: 0…

ios objective-c uiactivityviewcontroller presentviewcontroller uiview-hierarchy
iOS 10 error [access] <private> when using UIImagePickerController

I am using XCode 8 and testing with iOS 10.2 Beta. I have added the Photos, PhotosUI and MobileCoreServices frameworks to project. …

ios objective-c uiimagepickercontroller presentviewcontroller ios10
Push View from Presented View Controller in iOS

In Short : How can I PushViewController from Presented ViewController ? In Brief : I have MainViewController, In which I have one button …

ios objective-c uinavigationcontroller pushviewcontroller presentviewcontroller
Present a view controller, dismiss it and present a different one in Swift

So I have a root view controller that has a button that when the user pushes it, another view controller …

ios swift swift3 presentviewcontroller
Using presentViewController from UIView

I am creating a title bar for my iOS application and I am making this inside a UIView. The only …

ios objective-c xcode ios6 presentviewcontroller