I am using the below code to make all my buttons in an application the same color. However the accessory icon in the UITTableView row also has it. Is there a way to ignore it in the table view?
[[UIButton appearance] setBackgroundColor:[UIColor purpleColor]];