I am making an iPhone application for iOS 5 and I wish to add a UITableViewCellAccessoryDisclosureIndicator accessory to a UIButton. I know i can cut out an image and add that to the UIButton but i want to use that technique as a last resort. I am thinking there must be a way to add accessories to UIButton because one needs to add them a lot on buttons. I am sure Apple would not encourage us to add images because that sounds crude. Then again i may be wrong.
Is what i am asking possible?
Thank you in advance.
Choose Button type as DetailDisClosure..
Programmatically
//Or
>>Edited..
Using XIB
Hope,this Will help you..