alikaragoz/MCSwipeTableViewCell

Use Text Instead of Icon?

uschen opened this issue · 2 comments

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]

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

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.