Closed kylebuttress closed 10 years ago
In terms of closing when the new cell opens, you should be able to use the swipeableCellDidOpen:
delegate method to see when a cell opens, and then close any previously open cell using the closeCell:
method.
At the moment, there is not a way to slide the opposite way - I'll leave this issue open so I can track this as a request.
thanks that worked just as I needed it for the closing of already open cells
Excellent. After thinking about it more for clarity I'm going to open a seperate issue for sliding the opposite way.
Is it possible to close any other open cell as you slide a new cell open?
and have you an option for sliding the opposite way?