I am loading a URL request in web View and sometimes I am getting the following warning in logs. Due to the warning, webViewDidFinishLoad
never gets called.
WebKit discarded an uncaught exception in the webView:didFinishLoadForFrame: delegate: attempt to delete item 1 from section 0 which only contains 1 items before the update.
I have added web view in the collection view cell.
Any help would be highly appreciated!!