views:

326

answers:

3

In my app I have 3 UIPopOvers. They appear when user taps buttons in the toolbar. I need to make the popovers appear in the correct place when user rotates iPad if the popover is already opened (like the -willAnimateRotationToInterfaceOrientation:).

How can I do it?

Thanks in advance!

A: 

+1 => looking for a solution for same problem, Thanks!

Evangelist
+1  A: 

The only solution I've found so far is just closing the popover when the device is rotated/

Knodel
Sadly, i can't get anything to trigger my view controller's willRotate method, where I would normally dismiss the popover. I would have figured that would get called no matter what.
Greg Combs