Hi, I have what is I'm sure a very simple problem.
I have a custom cell to display my data, which when tapped highlights and loads another View Controller.
The problem is when I select the cell, but don't take my finger off the screen, the cell doesn't highlight - unlike Apple's default functionality.
I call the highlight code in my custom cell
Code:
- (void)setSelected:(BOOL)selected animated:(BOOL)animated
Anything I've tried to add to my didSelectRowAtIndexPath method hasn't worked.
Thanks for any help you're able to offer me