In my application, I have 3 UIPopOver. When the user clicks the button in the toolbar, they will appear. When the user rotates the iPad, if the pop-up window is already open, I need to make this popovers appear in the correct position (such as -willAnimateRotationToInterfaceOrientation:).
What should I do?