How to show a detail disclosure button to the uitableview without using the custom cell. I know its by using the accessoryType: method, but don’t know how to implement that..pls help..
How to show a detail disclosure button to the uitableview without using the custom
Share
// Customize the appearance of table view cells.
[cell setAccessoryType:UITableViewCellAccessoryDetailDisclosureButton];