dzenbot / DZNWebViewController

A simple web browser for iPhone & iPad with similar features than Safari's
https://www.cocoacontrols.com/controls/dznwebviewcontroller
MIT License
1.06k stars 181 forks source link

Clear progressView in viewDidDisappear #55

Closed HyanCat closed 8 years ago

HyanCat commented 8 years ago

In some case (for example: a swipe back gesture...), if the viewController call -viewWillDisappear before the progress created, and then, the progressView was created, and loaded to less than 100%, at last, the viewController was disappear by calling -viewDidDisappear, the progressView will be left in the navigationBar. So, it's necessary to clear progressView in viewDidDisappear.