//保持横排方向
-(NSUInteger)supportedInterfaceOrientations{
returnUIInterfaceOrientationMaskLandscapeLeft;
}
- (BOOL)shouldAutorotate
{
returnYES;
}
//保持横排方向
-(NSUInteger)supportedInterfaceOrientations{
returnUIInterfaceOrientationMaskLandscapeLeft;
}
- (BOOL)shouldAutorotate
{
returnYES;
}