본문 바로가기
앱/iOS(Swift)

[Swift] 터치한 테이블 셀 색 되돌리는법

by 리드맥 2022. 1. 18.
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
        tableView.deselectRow(at: indexPath, animated: true)
    }

 

댓글