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

there is not way to use webViewDidFinishLoad #77

Closed mclkyo closed 8 years ago

mclkyo commented 8 years ago

i want to add a JSContext to webview in webViewDidFinishLoad function,but there is no way to implementation this method,Can you add a block like shouldStartLoadRequestHandler?thank you

TimOliver commented 8 years ago

Thanks for the PR fixing this! I've been meaning to properly expose the UIWebView delegate out of this class for a while now. Thanks again for doing that!

mclkyo commented 8 years ago

i think expose the UIWebView delegate out will be a good idea