Could someone be so kind to show me how to change the color on the checkmark in UITableView?
I have searched but don\'t seem to get it to work.
Cheers
I always used this easy way:
UITableViewCell *cell = ...; cell.tintColor = [UIColor greenColor]; cell.accessoryType = UITableViewCellAccessoryCheckmark;