UITableViewCell.SelectionStyle.blue
The cell has a default background color when it’s selected.
Declaration
case blueDiscussion
In iOS 7, the selection color is no longer blue. Use UITableViewCell.SelectionStyle.default instead.
The cell has a default background color when it’s selected.
case blueIn iOS 7, the selection color is no longer blue. Use UITableViewCell.SelectionStyle.default instead.