本文转载至 http://www.xuebuyuan.com/2117943.html

Presenting view controllers on detached view controllers is discouraged <UINavigationController: 0x14642710>.的解决方法:

 

 [self.view.window.rootViewControllerpresentViewController:controller
animated:YEScompletion:nil];

参考:http://stackoverflow.com/questions/19890761/warning-presenting-view-controllers-on-detached-view-controllers-is-discourage

 

 

Token 'string' not expected before outer-most array or object

相关文章:

  • 2021-10-11
  • 2021-09-09
  • 2021-10-23
  • 2022-01-12
  • 2021-11-22
  • 2021-11-15
  • 2021-06-23
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-12-07
相关资源
相似解决方案