uchicago-mobi / 2015-Winter-Forum

8 stars 1 forks source link

webViewDidFinishLoad #204

Closed psajja closed 9 years ago

psajja commented 9 years ago

I have implemented webViewDidFinishLoad method for one of my web views.

I was under the impression that webViewDidFishLoad would be called after the webpage has been loaded & it will be called only once.

From my observation that is not the case, I see that this method is being called several times. Is there a way to know when the webpage has been completed loaded ?

Thanks.