I am using a TableView to list some images with descriptions. Additionally this images needs to be shared and deleted and theirfore I am using UIContextualAction
. To the object I set the image for deleting like this:
deleteAction.image = UIImage(named: "delete")
Unfortunately in runtime I can see my image is colored white, but I need it grey. Why is this behaviour?