Enumeration: UITableViewCellSeparatorStyle

Overview

The style for cells used as separators.

Constant Summary

UITableViewCellSeparatorStyleDoubleLineEtched

The separator cell has double lines running across its width, giving it an etched look. this style is currently only supported for grouped-style table views.

UITableViewCellStateEditingMask

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.