Flag
public enum Flag
An enumeration of flags used alongside list names in the app’s view of tracked lists.
-
The flag of England.
Declaration
Swift
case england
-
The flag of the Republic of Ireland.
Declaration
Swift
case ireland
-
The flag of the Isle of Man.
Declaration
Swift
case isleOfMan
-
The flag of Northern Ireland.
Declaration
Swift
case northernIreland
-
The flag of Scotland.
Declaration
Swift
case scotland
-
The flag of the United Kingdom.
Declaration
Swift
case unitedKingdom
-
The flag of Wales.
Declaration
Swift
case wales