I'm already searching for two days about this and can't find my answer...
I have a custom uitableviewcell, then I need to implemenent custom color, when cell is selected.
cell.selectedBackgroundView.backgroundColor = [UIColor greenColor];
Doesn't work for me. Or if it works, the background color is clear, and I don't get whats wrong. It seems that I don't know how to properly connect my custom cell in Interface builder. I can create a custom cell but the only thing is that I don't know how to make the selection work. So if anyone could help me I would be really thankful. Or maybe someone knows a tutorial about this?
Thanks in advance!