Contents

UITableViewCell.SelectionStyle.blue

The cell has a default background color when it’s selected.

Declaration

case blue

Discussion

In iOS 7, the selection color is no longer blue. Use UITableViewCell.SelectionStyle.default instead.

See Also

Constants