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

Added option to set the images as UIImages #40

Closed andreamazz closed 10 years ago

andreamazz commented 11 years ago

Hi, I added the ability to pass images directly as UIImages. This way you can easily use FontAwesome's icons using FontawesomeKit

alikaragoz commented 10 years ago

Hello @andreamazz I'm currently working on refactoring the project and using uiimages instead of file names. I'm doing something quite similar to your approach. I will release it soon.