MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.96k stars 1.07k forks source link

Swipe buttons disappear #270

Open LohushD opened 7 years ago

LohushD commented 7 years ago

If declare swipe buttons as lazy class properties, and then use them in cellForRow, they disappear if you swipe, then click on tableView, then swipe again and nothing there. But if remove lazy, all works fine.