SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

UITableViewCell selection blocked

Open efremidze opened this issue 8 years ago • 0 comments

  • [x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • [x] I've read and agree to the Code of Conduct.
  • [x] I've searched for any related issues and avoided creating a duplicate issue.

Description

UITableViewCell selection isn't working on the SLKTextViewController func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)

Reproducible in:

  • [x] This is reproducible in the sample project. SlackTextViewController version: 1.9.5 iOS version(s): 10.3.2 Device(s): Simulator

Steps to reproduce:

  1. Add func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
  2. Add a print statement.

Expected result:

Should detect cell selection.

Actual result:

Not detected.

My solution: singleTapGesture.cancelsTouchesInView = false

efremidze avatar May 19 '17 22:05 efremidze