tags:

views:

95

answers:

1

HI!!! I am new to iphone development.I have created one Application using UITableViewCellAccessoryDisclosureIndicator.i giv the line like this cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; it shows an indicator arrow ingray color.I want to display indicator in orange color instead of gray color.What should i want to do?plz help me....

A: 

You have to use accessoryView property of UITableViewCell to retrieve UIView object and add whatever you want into that view in whatever color you desire.

Michael
Thank u so,much MICHAEL...
Mano