Skip to content
Adam Share edited this page Oct 4, 2020 · 12 revisions

LifecycleKit

LifecycleKit is a framework for building lifecycle-aware architecture components.

Inspired by RIBs and Android Jetpack Lifecycle.

Overview

Lifecycle provides protocols and implementations that can be used to facilitate building safe and scalable application architecture.

SPIR is an app architecture utilizing Lifecycle to create a scoped business logic tree independent of the view hierarchy. Complemented by Needle, a compile-time safe Swift dependency injection framework.

Clone this wiki locally