None selectionStyle

This commit is contained in:
nixzhu
2015-08-24 17:30:25 +08:00
parent 47c9cfa0b1
commit fc0c809c59
@@ -76,6 +76,8 @@ extension BlackListViewController: UITableViewDataSource, UITableViewDelegate {
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCellWithIdentifier(cellIdentifier) as! ContactsCell
cell.selectionStyle = .None
let discoveredUser = blockedUsers[indexPath.row]
cell.configureWithDiscoveredUser(discoveredUser, tableView: tableView, indexPath: indexPath)