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
The following worked for me in iOS 7.
[self.tableView setTintColor:[UIColor someColor]];