Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 364 Bytes

File metadata and controls

16 lines (10 loc) · 364 Bytes

Based on MVVM-C architecture, RxSwift and reactive UI


Main dependencies used in the project:

RxSwift - Used to bind the flow between layers, including UI.

Swinject - Used for DI, to manage and inject dependencies.

SnapKit - Used to make Auto Layout easy and short.

IQKeyboardManagerSwift - Used to manage keyboard states if needed.