State architecture
Introduction¶
State machine theory used for Swift architecture in order to communicate which state we are in currently for the views to be loaded / completed. You can communicate actual intent of the current view in the app in the processing state, errored state, empty state or completed state.
Resources¶
https://jobandtalent.engineering/ios-architecture-an-state-container-based-approach-4f1a9b00b82e
https://youtu.be/xsJxCwnP08E