I've already searched this question but what I found was:
How to put the image as the row action background.
How to put an unicode character \u{unicode here}. It worked, but I couldn't find an unicode character to represent an add button, or a delete button perhaps.
But what I want is to put a custom image on top of the row action title. For example: a trash can with the title delete below it.
I've tried this code too:
"\(UIImage(named: "trashImg"))"
In the row action title string, but xcode didn't seem to count the last ) as part of the code, but only as part of the string. But anyway, I built the project and when I tested, instead of the title, there was a huge text saying some stuff like "optional: (64,)...." etc, it didn't crash tho.
Please help me, many apps do this and I want it on mine too!
Thanks in advance.