alikaragoz / MCSwipeTableViewCell

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
MIT License
2.96k stars 412 forks source link

Fixed a bug when start swiping a cell. #88

Open luisfontes19 opened 9 years ago

luisfontes19 commented 9 years ago

Now when starting to swipe the cell, the swipping view appears immediately (before the first & second triggers positions)

Before the swipping hit the first trigger position this was happening: screen shot 2014-12-11 at 11 20 36 2

I'm using autolayout (yes, I know that this is not supported, but had no other problems, it's working really well) and did not check this issue without autolayout.