Skip to content

An experiment using completely stateless coordinators with no reference to UIKit

Notifications You must be signed in to change notification settings

oconnelltoby/StaticCoordinators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StaticCoordinators

Aims

This project is an experiment around the idea of stateless coordinators with the aim of making navigation logic more testable.

Objectives

  1. Abstract UIKit away from coordinator logic to make testing easier
  2. Keep coordinators stateless, so memory management is easy

Solutions

  1. Wrap UINavigationController and UIViewController in Pushing and Presenting protocols
  2. Make coordinator functions static

About

An experiment using completely stateless coordinators with no reference to UIKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages