Enumeration: UITableViewCellAccessoryType

Overview

The type of standard accessory control used by a cell.

Constant Summary

UITableViewCellStateDefaultMask

The normal state of a table cell.available in ios 3.0 and later.declared in uitableviewcell.h.

UITableViewCellStateShowingEditControlMask

The state of a table view cell when the table view is in editing mode.available in ios 3.0 and later.declared in uitableviewcell.h.

UITableViewCellStateShowingDeleteConfirmationMask

The state of a table view cell that shows a button requesting confirmation of a delete gesture.available in ios 3.0 and later.declared in uitableviewcell.h.