Question

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?

Was it helpful?

Solution

This video: Designing for the iPad from the free Stanford iPhone Programming course might interest you.

If you also registered for the paid iPhone developer program, then I believe there's also the HIG available for the iPad in the site.

OTHER TIPS

Why not design your UI to be fluid? Keep the most important elements high in the hierarchy and let the others flow further down the screen when viewing in portrait mode?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top