例如,我使用此代码关闭自动旋转
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return NO;
}
-(BOOL)shouldAutorotate
{
return NO;
}
-(NSUInteger)supportedInterfaceOrientations
{
return 0;
}
而我的按钮、标签、textFields 和其他对象可以根据设备的当前方向旋转。但是键盘不想旋转=/我如何旋转键盘或者我不能。谁知道?请帮助) http://www.pictureshack.ru/images/8145_Snimok_ekrana_05_11_2013_18_55_00_s_Simulyatora_iOS.png