阅读:6719 次 编辑日期:2016-03-28
func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath){ tableView.deselectRowAtIndexPath(indexPath, animated: true)//点击完成,取消高亮 }