ArgoKit
A Declarative and Reactive Framework.
ArgoKit is a declarative and reactive Framework and based on UIKit, inspired by SwiftUI, compatible with iOS 11+.
- Declarative ArgoKit uses almost the same
DSL
as SwiftUI(e.g.,Text
Button
List
).You simply describe the UI elements and Animation, and the framework takes care of the rest. - React The created view automatically listens directly to streams and updates the DOM accordingly.
- Flexbox Layout ArgoKit uses Yoga as layout engine.
- Preview and templating ArgoKit uses the same preview approach as SwiftUI, and you can be easily developed through the template files.
Installation
pod 'ArgoKit'
Authors
MoMo