Package apple.uikit.enums
Class UITableViewStyle
- java.lang.Object
-
- apple.uikit.enums.UITableViewStyle
-
public final class UITableViewStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longGroupedsections are grouped togetherstatic longInsetGroupedgrouped sections are inset with rounded cornersstatic longPlainregular table view
-
-
-
Field Detail
-
Plain
public static final long Plain
regular table view- See Also:
- Constant Field Values
-
Grouped
public static final long Grouped
sections are grouped together- See Also:
- Constant Field Values
-
InsetGrouped
public static final long InsetGrouped
grouped sections are inset with rounded corners- See Also:
- Constant Field Values
-
-