I have a bare-bones iPad app that experiences odd pixel flickering along the very top of the screen when the iPad's orientation changes. The view my app is displaying is also bare-bones; it comes from the "View-Based Application" template in Xcode 4.
I'm surprised to see flickering along the top when I rotate the iPad's screen; even if my view is empty (no controls), I still see the flickering.
Is it possible that it's happening because I'm running a debug build? I haven't tried a release build yet; I wanted to see if this is specific to debug mode, or if there is something else I haven't yet taken into consideration.
Edit: just to clarify, I see the flickering while running my app on a first gen iPad, not under the iOS Simulator. The app is built with Xcode 4.1, running under Lion. No other apps on my iPad exhibit the flickering I'm seeing with my app during orientation changes.