阅读背景:

presentViewController在iOS 6中不支持方向

来源:互联网 

I am using this code

我正在使用此代码

if ([self respondsToSelector:@selector(presentViewController:animated:completion:)])
    {
        [self presentViewController:navigationControllerCustom animated:YES completion:nil];
    }
    else
    {
        [self presentModalViewController:navigationControllerCustom animated:YES];
    }
if ([self res



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: