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

How to disable auto-close attribute of swiped cells? #262

Closed kkakkurt closed 7 years ago

kkakkurt commented 7 years ago

I want to open more than one cells at same time. But when one swiped cell is open and when I try to open another cell, the second cell doesn't trigger and doesn't show its swipe part. It automatically closing the first opened cell before opening the second one.

I want multiple cells to remain open at the same time. How can I disable auto-close attribute of cells?

kkakkurt commented 7 years ago

I can handle it with using cell.allowsMultipleSwipe = true while creating cell.