public final class UITableViewCellStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Default
Simple cell with text label and optional image view (behavior of UITableViewCell in iPhoneOS 2.x)
|
static long |
Subtitle
Left aligned label on top and left aligned label on bottom with gray text (Used in iPod).
|
static long |
Value1
Left aligned label on left and right aligned label on right with blue text (Used in Settings)
|
static long |
Value2
Right aligned label on left with blue text and left aligned label on right (Used in Phone/Contacts)
|
public static final long Default
public static final long Value1
public static final long Value2
public static final long Subtitle