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

Too much padding for the third icon? #38

Closed poohlt closed 11 years ago

poohlt commented 11 years ago

Have any of you guys encounter this problem in iOS7? There seems to be way too much padding to the icon. I also double check the icon, there's no empty space in the png.

untitled

alikaragoz commented 11 years ago

The issue is that you are using an accessory view and the library does not fully support them (maybe not at all). If you remove it, I'm sure the offset will disappear.

poohlt commented 11 years ago

Ah great! That fix it. Thanks a lot!

alikaragoz commented 11 years ago

You're welcome