SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

Inserting/Deleting cells on iOS 11 causes tableView subviews to be unresponsive

Open eliot1019 opened this issue 7 years ago • 1 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

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:

  1. Scroll tableview or insert/delete cell
  2. Click on cell

Expected result:

Cell should be tappable or subviews inside should still respond.

Actual result:

Nothing happens

eliot1019 avatar Sep 21 '17 22:09 eliot1019

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.

JoeyBodnar avatar Oct 20 '17 16:10 JoeyBodnar