UITabBarController未呈现时present另一个ViewController会发生什么?
更新:HHH   时间:2023-1-7


一次给了下面两条警告(精彩吧):

 Presenting view controllers on detached view controllers is discouraged 

 Unbalanced calls to begin/end appearance transitions for <UITabBarController: 0x7fc046131d70>.


解决办法,dispatch_after 延迟present就好了。

返回移动开发教程...