/coordinator

A thorough tutorial about Coordinator patter in Swift

Primary LanguageSwift

Coordinator Pattern in Swift

This is a demo app for an article on using Coordinator pattern in Swift. In the article which could be access through my blog or the Medium

The relationship between coordinators are like this:

https://github.com/maysamsh/coordinator/blob/main/coordinators.png?raw=true

The features of the the demo app are:

  • Using multiple coordinators
  • Shared view controllers among coordinators
  • Cleaning up resources after finishing a coordinator