When I click a cell it selects, but it stays blue on touch up. I want the blue highlight to leave on touch up (but it's important that it highlights in the first place).
This last answer in this post mentions something about willSelectRowAtIndexPath:
, but I can't figure out how to use that to do what I want. Also, I do need didSelectRowAtIndexPath:
to still be called, I just want the cell to unhighlight on touch-up.