I'm building a simple iOS app with UIWebView. Inside the Web View I'm loading a request with URL of a specific page. This page redirects me into another page and I'd like to execute a method when the redirect happens.
So basically I'm looking for a solution which would help me discover when another request is called so I can execute a method every time it happens. I couldn't find any event like this in Apple Documentation so I was thinking if you could help me with it? It should work with hyperlinks, redirects, etc.
Regards, avi