UNSort
public enum UNSort: String
Available sorting options for a query.
-
Ordered by date from the latest to the oldest.
Declaration
Swift
case latest = "latest"
-
Ordered by date from the oldest to the latest.
Declaration
Swift
case oldest = "oldest"
-
Ordered by popularity
Declaration
Swift
case popular = "popular"