I load a custom cell in a tableView and I return 50 rows in a tableView. the number of some rows is displayed in the table view, but when scrolling through the table view my user cell is not displayed, and I have an error
"EXC_BAD_ACCESS"
and also display the following message on the console
"void SendDelegateMessage (NSInvocation *): delegate (webViewDidLayout :) failed to return after waiting 10 seconds. main run loop mode: UITrackingRunLoopMode"
iphone ios4 ios-simulator
ChandreshKanetiya
source share