I tried to use
我试着用
- (BOOL) shouldAutoRotateToInterfaceOrientation(UIInterfaceOrientation)interfaceOrientation {
if(interfaceOrientation == UIInterfaceOrientationPortrait) {
return YES;
}
}
- (BOOL) shouldAutoRotaI tried to use
我试着用
- (BOOL) shouldAutoRotateToInterfaceOrientation(UIInterfaceOrientation)interfaceOrientation {
if(interfaceOrientation == UIInterfaceOrientationPortrait) {
return YES;
}
}
- (BOOL) shouldAutoRota