Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

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

Open
4 tasks done
eliot1019 opened this issue Sep 21, 2017 · 1 comment
Open
4 tasks done
Labels

Comments

@eliot1019
Copy link

eliot1019 commented Sep 21, 2017

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • 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:

  • 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

@JoeyBodnar
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants