Skip to content

Cleaner transitions between iOS View Controllers using the Mediator Design Pattern

License

Notifications You must be signed in to change notification settings

ilazakis/ios-transitions-mediator-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios-transitions-mediator-pattern

Cleaner transitions between iOS View Controllers with the Mediator Design Pattern

This project contains the project discussed in the cocoapatterns.com article "Cleaner iOS view controller transitions with the Mediator Design Pattern".

It proposes an alternative way of handling transitions between view controllers compared to the widely used ones that couple view controllers tightly and don't leave much room for extending the codebase without modifying existing code.

About

Cleaner transitions between iOS View Controllers using the Mediator Design Pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published