Enumeration: UITableViewCellStyle
Overview
An enumeration for the various styles of cells.
Constant Summary
- UITableViewCellStyleDefault
A simple style for a cell with a text label (black and left-aligned) and an optional image view. note that this is the default style for cells prior to ios 3.0. available in ios 3.0 and later.declared in uitableviewcell.h.
- UITableViewCellStyleValue1
A style for a cell with a label on the left side of the cell with left-aligned and black text; on the right side is a label that has smaller blue text and is right-aligned. the settings application uses cells in this style.available in ios 3.0 and later.declared in uitableviewcell.h.
- UITableViewCellStyleValue2
A style for a cell with a label on the left side of the cell with text that is right-aligned and blue; on the right side of the cell is another label with smaller text that is left-aligned and black. the phone/contacts application uses cells in this style.available in ios 3.0 and later.declared in uitableviewcell.h.
- UITableViewCellStyleSubtitle
A style for a cell with a left-aligned label across the top and a left-aligned label below it in smaller gray text. the ipod application uses cells in this style.available in ios 3.0 and later.declared in uitableviewcell.h.