This started to happen out of the blue. Any ideas: Code:
CUSTOMCLASSNAME (I have replaced the actual class name as it contains the name of the client.)
Initialis
I have just tracked down a cause of this error message.
A UITableViewCell was being used as a normal view. Therefore its' indexPath was not set. In our case one was being returned by viewForHeaderInSection:
UITableViewCell
indexPath
viewForHeaderInSection
Hope this helps.
Chris