iPad tab bar application needs to support both portrait orientations
Is there an easy way to set my application so that it can automaticall开发者_如何学JAVAy rotate to only the portrait modes (no landscape)?
Found the answer - I had not set the autorotation delegate in all of my view controllers
精彩评论