Here's an odd issue I encountered running my iPhone app on my iPad. In this app I have an ABPersonViewController which I've subclassed in order to style it. When a user goes to this screen on an iPad, and attempts to add a new photo for the contact, they are shown a modally presented photo picker. This is normal.
But once they select a photo, another screen is pushed on the navigation stack of the photo picker with just the image, "Move and Scale" as the title, and cancel and choose text near the bottom.
Is this a bug running an iPhone app on an iPad? Because I know that you need to present photo pickers in a popoverController on the iPad.
When I try to do the same using the native contacts app, the move and scale screen is shown inside the popover. Anybody else encounter this?
another screen is pushed on the navigation stack of the photo pickerandmove and scale screen is shown inside the popoverlooks to be the same behavior for me. – A-Live Nov 5 '12 at 0:38