Change stock button image color
I would like to change the color of the default accessory disclosure view... the ( > ) in a table cell. I cant seem to do it in code so is it possible to get apple's image and adju开发者_如何学编程st the colors in gimp?
You can't change the default accessory disclosure view , But you could consider implementation Custom Accessory View
in UITableView
.
Follow the below blog post.
Implement a Custom Accessory View For UITableView in iPhone
精彩评论