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

minor bug #12

Closed hpsoar closed 11 years ago

hpsoar commented 11 years ago

in offsetWithPercentage: else if (offset > width) offset = 1.0; i think should be ... offset = width.

though this line of code seems to never execute

alikaragoz commented 11 years ago

Nice catch thanks :+1: