[IOS]tableview--accessoryType

cell.accessoryType = UITableViewCellAccessoryNone;//cell does not have any style

cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;//There is a small arrow on the right side of the cell, a dozen pixels from the right side;

cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;//There is a blue circular button on the right side of the cell;

cell.accessoryType = UITableViewCellAccessoryCheckmark;//The shape on the right side of the cell is a checkmark;

 

None, , , .

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326067796&siteId=291194637