こんにちは私は今viewcontrollerの向きに問題があります。以下は私の.hファイルです。
@interface IPad_HomeViewController : UIViewController <UINavigationControllerDelegate>{
UIAlertView *alertWithYesNoButtons;
}
@property (weak, nonatomic) IBOutlet UILabel *lblStatus;
@end
次のメソッドを.mファイルに実装します。
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{
return NO;
}
次に、ブレークポイントを作成しました。私はshouldAutorotateToInterfaceOrientationが完全に呼び出されていないことに気づきました。なぜ呼び出されないのかわからない。
plsは私にアドバイスします。ありがとう