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 worked this out after a few days. In my custom cell I had a textView, when I was adding it to the contentView I was doing this:
[self.cellTextView setClearsOnInsertion:YES];
This was the cause of the issue; incase anyone else has a similar problem.
Happy coding :-)