Skip to content

TushariOS/CoordinatorDesignPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoordinatorDesignPattern

Demo of Coordinator design pattern.

Purpose

CoordinatorDesignPattern is repo for How to use the coordinator pattern in iOS apps

Authors

  • Tushar Jaunjalkar

What you will learn?:

  • Coordinator design pattern
  • Swift 5.0
  • Storyboards
  • iOS Transitioning APIs

Coordinator pattern in Swift

  • Coordinator pattern is defined by Soroush Khanlou.
  • Instead of pushing and presenting your ViewControllers from other view controllers. All the screens navigation will be managed by coordinatos.
  • The coordinator pattern in iOS apps lets us remove the job of app navigation from our view controllers, helping make them more manageable and more reusable, while also letting us adjust our app's flow whenever we need.

Flow

Demo

About

Demo of Coordinator design pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages