cell안에 버튼이 안눌릴때
작성일
cell.contentView.isUserInteractionEnabled = false 작성하면 끝!
이긴 하지만, 팁을 적어두자면 코드로 UI를 작성할때 cell에 subview를 추가할때에는 contentView에 추가하는게 좋다고한다.
그 이유는, TableView가 cell의 크기를 계산할 때에는 contentView에 추가된 subView들을 기준으로 두기 떄문이다.
참고 문서
https://velog.io/@hyesuuou/iOSSwift-UITableView%EC%9D%98-ContentView
https://jiseok-zip.tistory.com/m/entry/SwiftTable-View-%EC%9D%B4%EC%8A%88