- (BOOL)shouldAutorotate { return NO; }
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation { return UIInterfaceOrientationIsPortrait(toInterfaceOrientation); }
0 件のコメント:
コメントを投稿