When I present a modal view in iPad, the view comes up from the bottom. But when I dismiss it, it slides of the screen to the left. I'm in landscape mode and using UIModalPresentationStylePageSheet. How do I make the dismiss animation slide the view back down?
Asked
Active
Viewed 781 times
0
-
I have exactly the same problem, and I can't seem to find a solution. Did you solve it? – wstr Jul 03 '10 at 20:04
-
I solved it by adding the modal view at the window level – benasher44 Jul 19 '10 at 22:00
-
You might want to answer your own question and mark it as correct. (I"m having the same problem. Glad I came here.) – David M. Sep 13 '10 at 23:52
1 Answers
0
See a different solution here: Modal View Controller with keyboard on landscape iPad changes location when dismissed