iOS6


//UINavigationController에서 


- (BOOL)shouldAutorotate {

    return NO;

}



http://stackoverflow.com/questions/12777474/ios-6-app-is-rotating-even-with-shouldautorotateno





Posted by tenn
,