The Composition Root in UIKit Apps
Published on 05 February 2024Learn the composition root in UIKit apps using SceneDelegate, factories, flows, dependency wiring, and testable boundaries.
Practical software architecture and design for iOS engineers.
Learn the composition root in UIKit apps using SceneDelegate, factories, flows, dependency wiring, and testable boundaries.
Learn the Flow pattern in UIKit and how it keeps navigation reusable, testable, and separate from view controllers.