Hierarchy
enum Hierarchy
Structure of Counts pages
-
sort by brand then region then country
Declaration
Swift
case brandRegionCountry -
sort by region
Declaration
Swift
case region -
sort by region and country
Declaration
Swift
case regionCountry -
sort by region and country and location
Declaration
Swift
case regionCountryLocation -
sort by region and country, collapsing single location to country
Declaration
Swift
case regionCountryCombined -
sort by region then country then WHS with possible children
Declaration
Swift
case regionCountryWhs -
sort by region and display country as cell subtitle
Declaration
Swift
case regionSubtitled -
Whether to display cell subtitle
Declaration
Swift
var isCombined: Bool { get } -
Whether to group by country
Declaration
Swift
var isGroupingByCountry: Bool { get } -
Whether to display cell subtitle
Declaration
Swift
var isSubtitled: Bool { get }
View on GitHub
Hierarchy Enumeration Reference