How to detect when UIWebView starts loading when Webview is inside a Collection View cell?
问题 I am loading a collection view of cells containing UIWebView s. There's a time gap between when my UICollectionView 's activity indicator stops spinning and the UIWebView loads. I am trying to get a reference to when the loading starts (and eventually when it stops) in order to add another activity indicator UI. I'm not sure how to do it here though since my UIWebView is in my CollectionViewCell and not my CollectionView , in other words I can't use the delegate methods and set myself as my