Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 507 Bytes

iOS-RicknMorty

Swift iOS App with The Rick and Morty API: https://rickandmortyapi.com/

  • No Storyboard, no xib, code only
  • MVVM
  • URLSession
  • Pagination
  • Images caching
  • Compositional layout (Character Detail & Episode Detail screens)
  • Delegate & Publisher-subscriber patterns
  • Batch requests with DispatchGroup (for characters in Episode Detail View)
  • UIKit + SwiftUI (for Settings screen)
  • Bottom sheet controller for search options
  • Universal app for iPhone, iPad and Mac
  • Built in Xcode 15