Skip to content

A demo app to showcase pixel perfect, modern iOS development with SwiftUI and Combine on MVVM-C architecture.

License

Notifications You must be signed in to change notification settings

burhanaras/Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixel_Perfect_SwiftUI

A demo app to showcase pixel perfect, modern iOS development with SwiftUI and Combine on MVVM-C architecture.

Tech Stack: Swift, SwiftUI, Combine Architecture: MVVM-C. It is a combination of the Model-View-ViewModel architecture, plus the Coordinator pattern. Coordinator is where Dependency Injection happens.

Basically fetches data from TMDB API. Applies paging of items. Fetches next page whenever users scrolls to the bottom. On Detail screen, hows details.

API keys are stores in Plist files. All the code is testable. Unit tests are provided and fully working.

Testable architecture, clean code and pixel-perfect design. Supports dark mode also.

About

A demo app to showcase pixel perfect, modern iOS development with SwiftUI and Combine on MVVM-C architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages