I'm wondering how to change the blue highlight/selection color of a UITableViewCell, any ideas?
UITableViewCell
You can change the highlight color in several ways.
Change the selectionStyle property of your cell. If you change it to UITableViewCellSelectionStyleGray, it will be gray.
UITableViewCellSelectionStyleGray
Change the selectedBackgroundView property. Actually what creates the blue gradient is a view. You can create a view and draw what ever you like, and use the view as the background of your table view cells.
selectedBackgroundView
1.4m articles
1.4m replys
5 comments
57.0k users