dzenbot / DZNWebViewController

A simple web browser for iPhone & iPad with similar features than Safari's

Home Page:https://www.cocoacontrols.com/controls/dznwebviewcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is must be iOS8+ only

aelam opened this issue · comments

I think it's better to add iOS8+ condition to decide iOS8+ only functions if can work.
There is still many users using iOS7.

It's using iOS 8 because WKWebView is iOS 8+ only, the 2.0 release is probably iOS 7 compliant.

Sorry for the late response, but yes, the version 3.0 of this library is iOS8 only because it uses WebKit instead of UIKit's UIWebView.