Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

ParentViewController not autorotating while presenting viewController with model presentation style UIModalPresentationCurrentContext - iOS

Hi,


I tried to present viewcontroller from another using following code,


composeViewController.modalPresentationStyle = UIModalPresentationCurrentContext;
[self presentViewController:composeViewController animated:YES completion:nil];


But while rotating device it will rotate composeViewController but not rotating its parentViewController or presentingViewController. How I can do that?


PS: composeViewController is designed like twitterComposeViewController.

iPad, iOS 6

Posted on Oct 7, 2013 6:25 AM

Reply

There are no replies.

ParentViewController not autorotating while presenting viewController with model presentation style UIModalPresentationCurrentContext - iOS

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.