SortOrder

public enum SortOrder : String

Used for specifiying the sort order.

  • Sorting is in ascending order.

    Declaration

    Swift

    case ascending
  • Sorting is in descending order.

    Declaration

    Swift

    case descending