/CYWebViewController

CYWebViewController扩展于UIWebview分为两种模式,一种是类似微信内置浏览器模式,一种是Safari浏览器模式。类似微信内置浏览器,顶部导航栏提供webview后退和关闭按钮.Safari模式,底部toolbar带有前进,后退,分享,刷新的功能. 添加了NJKWebViewProgress,显示进度条,包含了HEX颜色转为RGB颜色,以及自定义导航栏返回按钮 Contain two mode:wechat browser and Safari browser. A web view controller class for iOS that allows users to view web pages directly within an app similar as wechat.Using Safari mode, contains goBack,goForward,shareAction,refresh and stop function at toolbar

Primary LanguageObjective-CMIT LicenseMIT

Stargazers