Warning: Attempt to present on whose view is not in the window hierarchy!


對於在UIView上,是不能跳轉的,所以我們通常要借助UIViewController,但經常會出現UIViewController沒被加載的情況。這時就會報這個錯。

解決方法:

 viewCon = (UIApplication.shared.keyWindow?.rootViewController)!
  self.viewCon.present(alertView, animated: true, completion: nil);

希望后面的童鞋不要掉坑里了哦!!!!

如果對你有幫助,請關注我哦!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM