StateView v1.0 Release Notes

Release Date: 2016-04-25 // almost 8 years ago
  • 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.