Skip to content

Using MVVM to tackle complicated feed view

Notifications You must be signed in to change notification settings

dinneo/TheGreatWall

 
 

Repository files navigation

TheGreatWall - A sample project for tackling complicated table view using MVVM pattern

This is a simple newsfeed app. In this app, you can check your friends photos, and the system suggests you more people to follow.

The architecture is quite simple, too:

I'll share how to use MVVM with protoocl techniques to simplify the table view and make the resposibility straightfoward and clear in my article Advanced iOS tutorial: Use MVVM to tackle complicated TableView.

The code here is advanced example which adds more result (command) patterns and a tableview-with-sections practice. Feel free to check the starter branch, which might be helpful for clarifying concepts of the MVVM pattern and the separation of concerns.

About

Using MVVM to tackle complicated feed view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.2%
  • Ruby 0.8%