1、在RootViewController.mm设置屏幕需求方向
- (NSUInteger) supportedInterfaceOrientations{
#ifdef __IPHONE_6_0return UIInterfaceOrientationMaskPortraitUpsideDown;
#endif
}
2、在info.plist设置参数如下