5minho / DreamRecorder

mino & bran BoostCamp Project
6 stars 0 forks source link

SwipeableCell의 didselcetRow delegate 메서드가 호출되지 않음 #38

Closed 5minho closed 6 years ago

5minho commented 6 years ago

양쪽으로 swipe 가능한 셀을 구현하고 싶어서 검색중 https://medium.com/ios-os-x-development/swipeable-table-view-cells-in-ios-apps-472da0af1935 을 참고해서 셀을 만들었음, 그런데 cell을 탭해도 tableview(_:, didSelectRow:) 메서드가 호출되지 않음

5minho commented 6 years ago

같은 문제를 해결한 pr이 있어서 그거 보고 해결 customDelegate로 사용자의 event 객체를 cell로 넘겨주는 방식

https://github.com/blixt/SwipeableTableViewCell/pull/1/commits/69af193508495607be2a539bc3e081e7c6b9d882