Top "Uimodalpresentationstyle" questions

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
UIModalPresentationCurrentContext with Transition?

I am trying to modal present a view controller like below: UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; UIViewController *vc = […

iphone objective-c ipad uimodaltransitionstyle uimodalpresentationstyle
'UIPopoverController' is deprecated: first deprecated in iOS 9.0

I have developed a project that shows error : 'UIPopoverController' is deprecated: first deprecated in iOS 9.0 - UIPopoverController is deprecated. Popovers …

ios objective-c ios9 uimodalpresentationstyle
iOS 8 keyboard hides my textview

I have a UIViewController presented using self.accountViewController.modalPresentationStyle = UIModalPresentationFormSheet; and now in iOS 8 the last UITextView is hidden from …

ios cocoa-touch uikeyboard uimodalpresentationstyle
How to present a modal view controller with custom size in center?

I want to present a custom-sized modal view controller with animation from the bottom. I can achieve this animation with …

ios ios6 xamarin.ios uikit uimodalpresentationstyle
How to present a semi-transparent (half-cut) viewcontroller in iOS 8

in iOS 7 there is no problem for this method: _rootViewController.modalPresentationStyle = UIModalPresentationCurrentContext; [_rootViewController presentViewController:self animated:NO completion:nil]; But …

ios8 presentviewcontroller uimodalpresentationstyle