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....
views:
95answers:
1
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
2010-08-06 12:48:24
Thank u so,much MICHAEL...
Mano
2010-08-06 13:39:50