/ Published in: Objective C
add a disclosure button when you have a UITableViewCell
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
self.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;