HillListsSortingConfiguration
public enum HillListsSortingConfiguration
An enumeration of ways in which the user can choose to sort the lists of hills being tracked.
-
The user has chosen to sort the lists manually.
Declaration
Swift
case manual
-
The user has chosen to sort the lists by name, in ascending alphabetical order.
Declaration
Swift
case nameAscending
-
The user has chosen to sort the lists by percentage of hills complete, in descending order.
Declaration
Swift
case percentageCompleteDescending