iPad Orientation Paradigm

Posted by JustinXXVII on Stack Overflow See other posts from Stack Overflow or by JustinXXVII
Published on 2010-02-22T20:24:08Z Indexed on 2010/04/13 9:43 UTC
Read the original article Hit count: 444

Filed under:
|
|

I'm not a super awesome designer so this new paradigm has me a little cranky. The iPad is not supposed to have a standard orientation, and should/shall display screen contents at whichever orientation the user decides. This has me sort of stumped. I can keep my UI designed the way I want it in landscape mode, but switching to portrait, I just can't determine the best way to present app content.

I know it's all speculation at this point, but what are the chances we can override the autoRotateToOrientation to only include the orientation of our choice? Apple ignored the HIG on a lot of issues for iPhone, including splash screens, saving state, etc.

I know we can't really argue with Apple, but doesn't it sound slightly ridiculous to reject an app because it won't rotate to portrait?

I've come a long way porting some code to iPad and it works great in landscape mode. I guess only time will tell. What do you all think?

© Stack Overflow or respective owner

Related posts about ipad

Related posts about orientation