Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 iOS 应用程序,它在 SWIFT 中包装了一个单页网络应用程序。我的目标是 iOS 7 及更高版本。我希望应用程序使用 WKWebView 并回退到 iOS 7 的 UIWebView。检测操作系统版本是一种方法,但我认为这不是最佳实践。我知道必须有一种简单的方法来检测该功能,但我是 SWIFT 的新手。在此先感谢您的帮助。