ios,swift2020. 1. 30. 11:53

[ios] swift click animation 사라지게 하기

 

 func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {

        tableView.deselectRow(at: indexPath, animated: true)

}

Posted by thdeodls85