Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 582 Bytes

File metadata and controls

18 lines (16 loc) · 582 Bytes

FakeStore-API-iOS

This is Demo Project For Learn MVVM in Swift.

Topics cover

  • MVVM Architecture
  • Data Binding
  • Singleton Design Pattern
  • URLSession - Networking API
  • Decodable Protocol with JSONDecoder
  • Downloading Image - Kingfisher Library
  • Pod File init
  • Closure, Completion, Typealias, Enum
  • Detailed use of UIStackView, UITableView, UITableViewCell XIB
  • Inheritance - Final Keyword, Init()

Resource

  • Fake Store API
  • [MVVM (Model View ViewModel) + Data Binding + Singleton Explained with Example Swift 5