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
798 stars 134 forks source link

进度条结束的逻辑 #97

Open semnyqu opened 5 years ago

semnyqu commented 5 years ago

image 看了这个开源代码,实现的很好,但是这里有点看不明白; 个人理解是进度设置完成后,会隐藏进度条,但是设置progress=0又会显示进度条;是否有别的考虑,请指教;