刚做ios时遇到了页面切换不成功的问题,现用如下方式跳转就可以了
dispatch_async(dispatch_get_main_queue(), ^{
[self presentViewController:settingViewControler animated:YES completion:nil];});
刚做ios时遇到了页面切换不成功的问题,现用如下方式跳转就可以了
dispatch_async(dispatch_get_main_queue(), ^{
[self presentViewController:settingViewControler animated:YES completion:nil];