SortOrder
public enum SortOrder : String
Render items in an ascending or descending fashion, as dictated by the sortBy
variable.
-
Sort in an ascending fashion
Declaration
Swift
case ascending = "asc"
-
Sort in a descending fashion
Declaration
Swift
case descending = "desc"