ReactorKit v0.6.0 Release Notes

Release Date: 2017-08-19 // over 6 years ago
    • โž• Add a StoryboardView protocol to support Storyboard (#38)

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿ“š Use StoryboardView for storyboard-initialized views. From this version, a View protocol immediately calls a bind(reactor:) when a reactor is assigned (same as 0.4.x behavior). A StoryboardView defers a binding until its view is loaded. See documentation