Here's my code:
cell.accessoryType = UITableViewCellAccessoryType.Checkmark
But when I run the app, I can't see the checkmark.
Then I set background color to black, and I can see a white checkmark.
How to change checkmark's color to other colors like blue?
Yes you can do it.
Just set the
tintColor
of cell.Swift 3
You can also do it from Attributes Inspector