Global Variables
The following global variables are available globally.
-
A list of US states
Declaration
Swift
let usStates: [StateValue]
-
A list of Canadian provinces that are currently supported by the app.
Note
This list is not exhaustive.Declaration
Swift
let canadianProvinces: [StateValue]
-
A list of countries that are currently supported by the app.
Declaration
Swift
let countries: [CountryValue]
-
Undocumented
Declaration
Swift
let newZealandRegions: [StateValue]