Skip to content

Instantly share code, notes, and snippets.

@christopher4lis
Last active August 6, 2022 19:09
Show Gist options
  • Select an option

  • Save christopher4lis/fb803cbfc99c0a68e5ba to your computer and use it in GitHub Desktop.

Select an option

Save christopher4lis/fb803cbfc99c0a68e5ba to your computer and use it in GitHub Desktop.

Revisions

  1. Chris revised this gist Oct 5, 2015. No changes.
  2. Chris revised this gist Oct 5, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion UsStatesArray.swift
    Original file line number Diff line number Diff line change
    @@ -30,6 +30,7 @@ let usStatesArray = [
    "Montana",
    "North Carolina",
    "North Dakota",
    "Northern Mariana Islands",
    "Nebraska",
    "New Hampshire",
    "New Jersey",
    @@ -48,7 +49,7 @@ let usStatesArray = [
    "Texas",
    "Utah",
    "Virginia",
    "Virgin Islands",
    "U.S. Virgin Islands",
    "Vermont",
    "Washington",
    "Wisconsin",
  3. Chris revised this gist Oct 5, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion UsStatesArray.swift
    Original file line number Diff line number Diff line change
    @@ -55,4 +55,4 @@ let usStatesArray = [
    "West Virginia",
    "Wyoming",
    "International"
    ]
    ]
  4. Chris created this gist Oct 5, 2015.
    58 changes: 58 additions & 0 deletions UsStatesArray.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,58 @@
    let usStatesArray = [
    "Alaska",
    "Alabama",
    "Arkansas",
    "American Samoa",
    "Arizona",
    "California",
    "Colorado",
    "Connecticut",
    "District of Columbia",
    "Delaware",
    "Florida",
    "Georgia",
    "Guam",
    "Hawaii",
    "Iowa",
    "Idaho",
    "Illinois",
    "Indiana",
    "Kansas",
    "Kentucky",
    "Louisiana",
    "Massachusetts",
    "Maryland",
    "Maine",
    "Michigan",
    "Minnesota",
    "Missouri",
    "Mississippi",
    "Montana",
    "North Carolina",
    "North Dakota",
    "Nebraska",
    "New Hampshire",
    "New Jersey",
    "New Mexico",
    "Nevada",
    "New York",
    "Ohio",
    "Oklahoma",
    "Oregon",
    "Pennsylvania",
    "Puerto Rico",
    "Rhode Island",
    "South Carolina",
    "South Dakota",
    "Tennessee",
    "Texas",
    "Utah",
    "Virginia",
    "Virgin Islands",
    "Vermont",
    "Washington",
    "Wisconsin",
    "West Virginia",
    "Wyoming",
    "International"
    ]