I have UITableView and cell’s are customized and have a UIImage with UIbutton, UIlabel and another UIbutton. When user clicks the UIImage i want this image to flip and display another image here. The flip should be an animation excatly same as the FlipSide template.
Thanks,
You can try with the built-in animations for the same:
Of course, your cell and imageViews would have to be created/referenced before-hand. I haven’t tried this myself but it should do the trick.