ReactorKit v0.5.1 Release Notes

Release Date: 2017-07-24 // almost 7 years ago
    • ๐Ÿ‘‰ Use method swizzling to defer binding until a view is loaded (#28)

    ๐Ÿ’ฅ Breaking Changes

    โœ… When testing you should create a view manually to test a binding:

    let viewController = MyViewController() viewController.reactor = reactor\_ = viewController.view // add this line to create a view manually