devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
797 stars 133 forks source link

cocoapods 上的版本只更新到 0.3.4 ,怎么还没更新到最新版本(0.4.1)? #15

Closed mingmingsky closed 7 years ago

mingmingsky commented 7 years ago

有些小问题,好像说最新版可以解决,麻烦作者有时间更新下

devedbox commented 7 years ago

cocoaPods上的版本已经更新到0.4.1了,请确保本地cocoaPods repo是最新的(使用pod repo update --verbose更新至最新库),然后运行pod update AXWebViewController --verbose即可