- iOS Swift Movies Task using MVVM Clean with Combine Binding.
This is a task for Technopolitan Company that create simple screen to present list of movies , that can sorted by rate movies from api in local or year of present movie
- MVVM Clean Architecture
- Dependency injection ( Constructor Injection )
- Combine Framework
- AFNetwork ( It is my network package. Based on ( URLSession & Cach Image from URL)
- Sorting
- Desgin by NIB-XIB
- Cach Image
I use draw io to draw this digram
This Digram understanding reliability in project
It is my network package that allow to manage network in own app depend on native codeing
- like URLSession
- Cach Image from download
- Clean Design from working by SOLID Principles
Link Package:- https://github.com/afathe7090/AFNetwork.git


