I have developed an iPad application with portrait orientation, but my application was rejected stating the following reason:
app does not comply with the Apple iOS Human Interface Guidelines, as required by the App Store Review Guidelines.
Specifically, app only supported the bottom-up variant of the portrait orientation, but not the top-up variant.
While supporting both variants of both orientations, each with unique launch images, provides the best user experience and is recommended, we understand there are certain applications that must run in the portrait orientation only. In this case, it would be appropriate to support both variants of that orientation in your application, e.g., Home button up and down."
I have some changes in the code but still only my status bar is rotating in both portrait orientation and does not use the whole uiview. What can I do?