Skip to content
Roman Gardukevich edited this page Sep 28, 2015 · 2 revisions

We have a short list of themes there:

  • Default
  • Formentera
  • Notio
  • Alizarin
  • Amithyst
  • Green Sea

There are a lot of properties on the Theme Class but you don't need all of them to setup a theme. We can use ALPHAColorPalette class to composite the Theme class based on scope of rules.

Nowadays there are no runtime ability to change theme. You still can change theme from code - there are stub in the AAPLCatalogTableTableViewController class on -(void)alphaButtonTapped:(id)sender method. To get the correct theme call the method [ALPHAManager defaultManager].theme = [ALPHANotioColorPalette defaultPalette].paletteTheme; Pallet name accords to scheme ALPHA$(Pallete Name)ColorPalette

Clone this wiki locally