I have a UIWebView that is loaded with a url as soon as my application is loaded.
The webpage have different links that the user can go to.
I want to be able to see what links they are going to and also be able to change the url if they match a certain text. I do not care about ajax requests(they will not match the text).
Is there any function that i can use for this?