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 UIAccessoryTypeCheckmark (right side) inherits background color of its tableview.
self.tableView.backgroundColor = [UIColor clearColor];