tags:

views:

368

answers:

0

I have implemented a UIImage within a cell in UITableView. When a cell is selected, I would like to prevent the blue color (that typically appears in background) from appearing... instead I want a frame with a blue color to appear around the image. How do I do this? Vas