Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何更改UITableViewCellAccessoryDetailButtoniOS 7 添加的新按钮的颜色?
UITableViewCellAccessoryDetailButton
设置单元格的 tintColor。例如:
[cell setTintColor:[UIColor redColor]];