Knodel
Knodel

Reputation: 4389

White disclosure indicator

In my app I have a UITableView with a UITableViewCellAccessoryDisclosureIndicator. I don't want to change the whole indicator, but I want to make it white instead of gray. How can I do it?

Thanks in advance!

Upvotes: 4

Views: 3836

Answers (1)

Daniel
Daniel

Reputation: 22405

You cant, you will have to create your own...you can either add it to the content view directly or set the accessoryView property of UITableViewCell, here is a ref ref

Upvotes: 9

Related Questions