You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classfunc currentViewController()->UIViewController{
if let rootVC =UIApplication.shared.delegate?.window??.rootViewController {returnself.currentViewController(from: rootVC)}else{returnUIViewController()}}
在控制台打印了下结果如下
if let rootVC = UIApplication.shared.delegate?.window??.rootViewController
p rootVC
(UIViewController?) $R0 = nil
The text was updated successfully, but these errors were encountered:
在控制台打印了下结果如下
The text was updated successfully, but these errors were encountered: