You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
s.summary = 'Advanced Swift implementation of (Application) Coordinator software design pattern.'
s.description = 'It implements a mechanism to allow custom messaging between any UIView, UIViewController and Coordinator, regardless of where in the hierarchy they are. Thus it side-steps the need for delegates all over your code. It simplifies testing and allows creation of self-contained visual boxes that do one thing and don’t care where are they embedded or presented.'