CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.13k stars 1.27k forks source link

Table view cell is hidden in iOS 11 #418

Open sinangaram opened 7 years ago

sinangaram commented 7 years ago

I've used this library in one of our projects. It's working fine until iOS 10. When I've updated to iOS 11 - it's showing a weird behaviour.

  1. Once I launch the table view, the cell is not visible, it's going to the right and upon swipe the cell and it's content is visible.
  2. Even though the data is invisible, didSelectRowAtIndexPath is calling.

If possible, Can you please look into this issue and let us know if there's any quick fix for this.