Get notified about a page change in UIWebView
问题 I'm curious if there's a way to detect a change of the displayed website inside a UIWebView . In an app I'm working on we're using a UIWebView to present a part of the functionality which are basically a few steps the user needs to follow. However, the will be a specific page at the end of these steps that I need to identify and after which the app needs to display a different view. Unfortunately the UIWebViewDelegate doesn't seem to do the trick. 回答1: If the user steps are separated on