Question

I am facing some problems with my current application's interface orientation. My application need to run only in portrait orientation But I need to show the videos in both modes. So what I have done is I set the application to support all orientations both portrait and land scape in the project file. And in my view controller class (a base class for all view controllers in the project) I set the status bar orientation to portrait. It works perfectly for all view controllers except for that presented as modal view . Any solution for restricting land scape mode to those views??

Was it helpful?

Solution

You have to make custom class files subclass of UINavigationController to support rotation as per your requirement.

I had the same issue . Please follow it, you will get an idea.

Hope this will help.

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