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

Use Text Instead of Icon? #39

Closed uschen closed 10 years ago

uschen commented 11 years ago

something like:

[cell setFirstStateName:@"justOpened"
                     firstColor:[UIColor colorWithRed:85.0/255.0 green:213.0/255.0 blue:80.0/255.0 alpha:1.0]
alikaragoz commented 11 years ago

Hi @bigreat, thank you for the idea. This is something we can add indeed, it just needs some time.

alikaragoz commented 10 years ago

I think instead we should work on a way to directly use UIImages instead of the image names. You will still be able to render you image as UIImage and pass it.