I have some custom cells which are working perfectly. I have a background image on these cells. I would like to change the background image when a users finger touches the cell. It would then change back on the selection of the cell (but that can be done in didSelectRowAtIndexPath).
Does anyone know how to do this?
Thanks.
Since you allready have custom cell you can override id
touchesBegan:andtouchesEnded:Note that i didn’t test this – hope it wont be just a waste of your time.