CosmicKetchup / github-followers

personal progress through the course by @SAllen0400

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Notes

  • toggle the simulator between dark and light mode with ⌘⇧A (Cmd+Shift+A)
  • configure asset to have light and dark mode versions within the Attribute inspector panel
    • Attributes InspectorAppearanceAny, Dark
  • modifying the appearance() property of an element acts as a global configuration, affecting all elements of that type with your project
  • conform to dark mode preference by using the following UIColor options:
    • .systemBackground
    • .secondarySystemBackground
    • .tertiarySystemBackground
    • .label
    • .secondaryLabel
    • .tertiaryLabel
    • .quaternaryLabel

About

personal progress through the course by @SAllen0400


Languages

Language:Swift 100.0%