Hi Guys,
This problem drove me crazy for couple of days. I have a customized uitableview cell with 5 buttons on it. And each button has three images. 1 the original one. 2 When user tapped on it,the image will be changed to "Selected.png". 3 When user double tapped on it, image will be changed to the 3rd one.
When user tapped on a button, i will call setBackgroundImage:forState to that button. However, The background image of another buttons on another uitableviewcells also changed. I know it is because of reusing the tableviewcell, but how could i fix this problem? I searched a lot but still no luck.
Any one could help me, i really appreciate.