Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

v1.0

Compare
Choose a tag to compare
@sahandnayebaziz sahandnayebaziz released this 25 Apr 23:23
· 13 commits to master since this release

1.0

Released on April 25th, 2016

Additions

  • You can now pass values between views by naming them with an enum of your choice. With enums, the names you have chosen for your values are clearer to see together and can make use of Xcode's built-in autocomplete. To use an enum of your choice, create an enum that conforms to the StateKey protocol. See the latest documentation for more information.

Deprecations

  • You can no longer name values being passed between views with Strings. Use an enum of your choice that conforms to the StateKey protocol.