//强制横屏
- (UIInterfaceOrientationMask)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight;
}
posted on 2016-05-17 09:45 我就是一种相逢 阅读(134) 评论(0) 收藏 举报