Skip to content

DiligentRobot/sample-mvvmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample iOS Application Architecture Code

This is the sample code from talks called MVVM-C in Practice and iOS Architecture Tips & Tricks.

It is a demo application using an MVC / MVVM(esque) architecture with Coordinators

This is a simple architecture, with many holes, designed to help people learn how to architect code with a good separation of concerns. It is not pure MVC or MVVM but takes ideas from each. The implementation of Coordinators borrows heavily from Soroush Khanlou's ideas but also has a number of differences.

This architecture should be used for learning some principles rather than something to just use. For simplicity sake, there are issues that it just ignores that would need to be handled in any app handling large amounts of data or complex user interactions.

Architecture

About

Demo project showing some basic architecture techniques in an iOS Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages