MortimerGoro / MGSwipeTableCell

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

MGSwipe on a reversed tableview #335

Open SeanFromTheMatrix opened 4 years ago

SeanFromTheMatrix commented 4 years ago

I have a tableView that is reversed and a cell w/ reversed content view.

When I swipe cell to delete, the text gets reversed and appears upside down.

Is there a way to handle this situation with MGSwipe?