Monday, August 3, 2015

disable cell highlight/select color

We don't always want our SDK to "act smart" XD

In a table view cell there is always a highlight background color upon tap, if you don't like it simply disable selection style with


cell.selectionStyle = UITableViewCellSelectionStyle.None

No comments:

Post a Comment