mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-16 16:28:45 +10:00
None selectionStyle
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user