UITableViewCellのaccessoryViewの色を変える
cell.tintColor = [UIColor redColor];
cell.accessoryView.tintColorをセットしても変わらないので注意。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
cell.tintColor = [UIColor redColor];
cell.accessoryView.tintColorをセットしても変わらないので注意。
Register as a new user and use Qiita more conveniently
Go to list of users who liked