Package apple.uikit.enums
Class UITableViewCellStyle
- java.lang.Object
-
- apple.uikit.enums.UITableViewCellStyle
-
public final class UITableViewCellStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultSimple cell with text label and optional image view (behavior of UITableViewCell in iPhoneOS 2.x)static longSubtitleLeft aligned label on top and left aligned label on bottom with gray text (Used in iPod).static longValue1Left aligned label on left and right aligned label on right with blue text (Used in Settings)static longValue2Right aligned label on left with blue text and left aligned label on right (Used in Phone/Contacts)
-
-
-
Field Detail
-
Default
public static final long Default
Simple cell with text label and optional image view (behavior of UITableViewCell in iPhoneOS 2.x)- See Also:
- Constant Field Values
-
Value1
public static final long Value1
Left aligned label on left and right aligned label on right with blue text (Used in Settings)- See Also:
- Constant Field Values
-
Value2
public static final long Value2
Right aligned label on left with blue text and left aligned label on right (Used in Phone/Contacts)- See Also:
- Constant Field Values
-
Subtitle
public static final long Subtitle
Left aligned label on top and left aligned label on bottom with gray text (Used in iPod).- See Also:
- Constant Field Values
-
-