SlackTextViewController
SlackTextViewController copied to clipboard
Inserting/Deleting cells on iOS 11 causes tableView subviews to be unresponsive
- [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
Inserting/Deleting cells on iOS 11 causes tableView subviews to be unresponsive. The cells become untappable and if you use a header supplementary view, the subviews in there also become untappable.
Scrolling the tableView can also cause this to happen.
Reproducible in:
- [x] This is reproducible in the sample project. SlackTextViewController version: Latest iOS version(s): 11 Device(s): 6s physical, multiple simulators
Steps to reproduce:
- Scroll tableview or insert/delete cell
- Click on cell
Expected result:
Cell should be tappable or subviews inside should still respond.
Actual result:
Nothing happens
Experiencing the same thing. When I delete a cell, it does not fully remove itself from the tableview. Anyone have any fixes for this yet? Been nearly a month.