disclosure button


/ Published in: Objective C
Save to your folder(s)

add a disclosure button when you have a UITableViewCell


Copy this code and paste it in your HTML
  1. self.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;

Report this snippet


Comments


You need to login to view comments.