tableView的取消选中状态方法

2017-04-13  本文已影响0人  CoderChan

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
}

上一篇 下一篇

猜你喜欢

热点阅读