Tagged Questions

6
votes
4answers
8k views

Best way to change the color/view of disclosure indicator accessory view in a table view cell in iPhone

I need to change the color of disclosureIndicatorView accessory in the tableView cell. I think there are two way to get this done. But not able to figure out which onez the optimum. So here is what I ...
4
votes
2answers
4k views

UITableViewCell Custom accessory - get the row of accessory

I have a pretty big issue. I am trying to create a favorite-button on every UITableViewCell in a UITableView. That works very good, and I currently have an action and selector performed when pressed. ...