ViewMode

public enum ViewMode : String

Different styles of presentation of items, as maintained by the Dropmark API

  • Render items as a grid of tiles

    Declaration

    Swift

    case tile
  • Render items as a shelf

    Declaration

    Swift

    case shelf
  • Render items in a mason-style flow layout

    Declaration

    Swift

    case flow
  • Render items in a vertical list

    Declaration

    Swift

    case list