UITableViewCell在多次选择同一行后保持突出显示

时间:2016-07-25 10:38:09

标签: ios swift uitableview

选择行时,我取消选择它。 并且在选择相同的行两次后,该行保持突出显示。

代码:

    override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
    tableView.deselectRowAtIndexPath(indexPath, animated: true)
}

任何建议为什么会发生这种情况? 感谢

问题在于库(MaterialKit)用于细胞。

0 个答案:

没有答案