Skip to content

Instantly share code, notes, and snippets.

@bdalziel
Created June 7, 2016 17:01
Show Gist options
  • Save bdalziel/ce166e916463039c13dfba760463481a to your computer and use it in GitHub Desktop.
Save bdalziel/ce166e916463039c13dfba760463481a to your computer and use it in GitHub Desktop.
public indirect enum AppUIColors: Int {
case NavBarBackground,
NavBarTint,
NavBarShadow,
NavBarTitle,
PickerNavBarBackground,
PickerNavBarTint,
PickerNavBarTitle,
PickerNavBarTitleAlt,
PickerBudgetText,
PickerBudgetExpensiveText
// Many, many more entries omitted for brevity (Fantasy Movie League App has over 200 lines of declared UI here)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment