Class UITableViewStyle


  • public final class UITableViewStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Grouped
      sections are grouped together
      static long InsetGrouped
      grouped sections are inset with rounded corners
      static long Plain
      regular table view
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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