CellFrameStyle

public enum CellFrameStyle : Int

Specifies the style of the cells’ frame lines.

  • none: Table cells have no border.
  • simple: The border of table cells is simple line.
  • Undocumented

    Declaration

    Swift

    case none = 0
  • Undocumented

    Declaration

    Swift

    case simple = 1