Enumeration: UITableViewCellSelectionStyle
Overview
The style of selected cells.
Constant Summary
- UITableViewCellEditingStyleNone
The cell has no editing control. this is the default value.available in ios 2.0 and later.declared in uitableviewcell.h.
- UITableViewCellEditingStyleDelete
The cell has the delete editing control; this control is a red circle enclosing a minus sign.available in ios 2.0 and later.declared in uitableviewcell.h.
- UITableViewCellEditingStyleInsert
The cell has the insert editing control; this control is a green circle enclosing a plus sign.available in ios 2.0 and later.declared in uitableviewcell.h.