Skip to content

v0.0.1

Compare
Choose a tag to compare
@davidscheutz davidscheutz released this 19 May 20:28
· 12 commits to master since this release

The Fundation

Contains the initial set of functionality to simplify binding SwiftUI views with the application logic.

Each view is created with exactly two parameters

  • State, containing all the necessary information for the view to render correctly, but not more
  • EventHandler, a callback receiving all user inputs from the UI

SwiftUDF takes care of the glue code, how to bind the view and provide updates on the main thread.