This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
v1.0
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.