TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

Do not perform animation when reseting loading progress. #46

Closed kevin-lyn closed 9 years ago

kevin-lyn commented 9 years ago

Loading progress will flash from 100% to 0% when reseting loading progress with animation. Handle loadingProgress == 0 separately with no animation.