I have custom UITableViewCell and UIImageView in it. I need to switch the content of the UIImageView(replace 1.png to 2.png) after clicking on the UIImageView. Is it possible to do?
I have custom UITableViewCell and UIImageView in it. I need to switch the content
Share
The easiest thing to do would be to make it a UIButton and set the background image. Then set up the action for the button to be