Skip to content

3.1.1

Latest

Choose a tag to compare

@poetmountain poetmountain released this 08 Jun 07:33
· 2 commits to main since this release
  • Added a new convenience property stateModel on DestinationInterfacing to directly access your state model objects from a View or UIViewController. If you need add a Binding to a state model property from your View you can still use the full path $destinationState.stateModel.someProperty.
  • Updated example projects and tests.
  • Rewrote parts of the README and UserGuide for better clarity.