Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 440 Bytes

iOSConcepts.md

File metadata and controls

20 lines (19 loc) · 440 Bytes

Week 1

  • Decodable
  • Optionals
  • autolayout + Constraints
  • Closures + Completions
  • Structs + Classes
    • Coffee cup or apples
  • self
  • Tables & cells
  • Cell reuse
    • Sheets of paper using a pencil & eraser
  • swift function naming
  • UI updating on main thread

Week 2

  • URL Query Items
  • Stringly typed
  • UITableViewDelegate
    • delegating dirty work to be done by someone else. ie take this to the trash!!
  • UINavigationController