SlackTextViewController
SlackTextViewController copied to clipboard
UITableViewCell selection blocked
- [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:
- Add
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) - Add a print statement.
Expected result:
Should detect cell selection.
Actual result:
Not detected.
My solution:
singleTapGesture.cancelsTouchesInView = false