How to handle iPad Modal View rotation
- by Farha Ansari
Hi,
I have 2 views, each for portrait and landscape.
I start by displaying the portrait view.
On both the views, I have a button, which presents a modal view on clicking it.
When the modal view comes up and then I rotate the iPad, the portrait view is replaced by the landscape view, but the modal view goes behind this view.
Any idea how to…