I am developing an app, which display number of books fetched from the server and it help the user to read through the book whenever he wants. In every book i am supposed to add simple games. Here, what i have done is, app to be start in a landscape view and it works fine. But now, i want only the game view controller (not the other VC ) should load in portrait view. I googled it , but can’t find the real solution. Any help appreciated. Thanks.
Share
So you just have to override your
shouldAutorotateToInterfaceOrientation:function in your view controller to view in portrait: