ios,swift
[ios] swift click animation 사라지게 하기
thdeodls85
2020. 1. 30. 11:53
[ios] swift click animation 사라지게 하기
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
}