Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 517 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 517 Bytes

GitHubFollowers

Sean Allen's iOS Course - Take Home Project

Featuring

  • 100% programmatic UI; no storyboards
  • No 3rd Party Libraries
  • Codable to parse JSON
  • Memory management
  • Caching images
  • Pagination
  • Empty States
  • Handling Errors
  • Collection Views with Diffable Data Source
  • Search Controller
  • Project Organization
  • Composition & avoiding massive view controllers
    • Child View Controllers
  • Dark/Light mode
  • Persistence
    • Storing favorites
  • Dynamic Type
  • SFSymbols
  • Delegates/Protocols