core/controller library
Classes
- ControllerRegistry
- Registry to track the current controller context
-
ControllerRx<
T> - Special SwiftValue type for controllers that automatically becomes read-only from views
-
ReadOnlyRx<
T> - Read-only wrapper for Rx that prevents direct state mutation from views.
- SwiftController
- Base class for controllers that manage state.