摘要: IOS屏幕自动旋转,强制横竖屏方法:- (BOOL)shouldAutorotate{ return YES;}- (NSUInteger)supportedInterfaceOrientations{ return (UIInterfaceOrientationMaskAll);// ... 阅读全文
posted @ 2014-08-15 17:19 回读(IOS) 阅读(2531) 评论(0) 推荐(0) 编辑