摘要: 添加NSAppTransportSecurity的字典会自动变成 AppTransportSecurity再添加 allow Arbitary Loads Boolean YES 阅读全文
posted @ 2016-12-29 15:04 D-Ben 阅读(711) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)prefersStatusBarHidden { return NO; } 阅读全文
posted @ 2016-12-29 14:59 D-Ben 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)shouldAutorotate { return YES; } 阅读全文
posted @ 2016-12-29 14:58 D-Ben 阅读(173) 评论(0) 推荐(0) 编辑
摘要: typedef NS_ENUM(NSInteger, UIInterfaceOrientation) { UIInterfaceOrientationUnknown = UIDeviceOrientationUnknown, UIInterfaceOrientationPortrait = UIDe 阅读全文
posted @ 2016-12-29 14:57 D-Ben 阅读(356) 评论(0) 推荐(0) 编辑