Skip to content

SwiftUserGroup/iOS-Architecture-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

#iOS Architecture Kata


This repos is inspired to projects like todo mvc and Real World Example apps. The main goal is to apply the most common iOS architecture patterns in a non-trivial example.

##The sample App

The app should:

  • Fetch the Github API
  • Show the list of the most starred Swift projects, showing the name of the project, the owner and the number of stars.
  • When the user clicks on the item, open a view with more details.

##TBD

  • Tracking
  • No internet
  • Login
  • Onboarding?
  • Error management
  • SubViewController
  • Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published