I have UITableView. When I select/press a UITableViewCell, not only background color but foreground color also changes. Attaching the images :
Edit : I want an effect similar to this.
I have UITableView. When I select/press a UITableViewCell, not only background color but foreground color also changes. Attaching the images :
Edit : I want an effect similar to this.
Found answer here : https://stackoverflow.com/a/12838659/1276016
We need to manually change the background color of each UIView back to its normal color in setHighlighted function.