geerlingguy / JJGWebView

UIWebView class and example implementation for iOS Applications
http://www.midwesternmac.com/jjgwebview
Other
35 stars 5 forks source link

Add 'Stop' button where Refresh button is, when loading #8

Open geerlingguy opened 12 years ago

geerlingguy commented 12 years ago

When the web view is loading, there should be a 'stop' button (an X), and when tapped, it stops loading and calls webviewdidfinishloading (or something similar). That way the other buttons would be reactivated if the user grows impatient.