iPhone
[objc] 화면 자동회전 끄기
tenn
2013. 1. 7. 16:18
iOS6
//UINavigationController에서
- (BOOL)shouldAutorotate {
return NO;
}
http://stackoverflow.com/questions/12777474/ios-6-app-is-rotating-even-with-shouldautorotateno