Recognising Different Files from UIWebView
In my newest iteration of my UIWebView app, I want to jump on any file that is .pdf and disable opening it. Revisiting the Delegate In the previous post, I set the delegate of my UIWebView. This is essential as we are now going to use another delegate specific method that initiates AFTER a link is [...]