سؤال

I'm developing a news application. The app consists of a UITabBarcontroller, each tab representing a category of news items, held in a UINavigationController.

The app only supports portrait.

Now comes the problem. Users may post comments on news items. It is much more user friendly to be able to type comments in landscape mode. I can't seem to achieve this.

How can I support landscape for views loaded from a UINavigationController nested in a UITabbarController that only supports portrait?

I'm designing my app to be iOS 5+ compatible.

هل كانت مفيدة؟

المحلول

I think you can show a model view controller and it can support multiple orientations.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top