SignalKit v3.0.0 Release Notes

Release Date: 2016-01-22 // about 8 years ago
  • What's new

    • UIBarItem extension for binding a Boolean value to the enabled property of UIBarItem;
    • UIBarButtonItem extension to observe for the button tap event;
    • ObservableCollectionType protocol;
    • 🆕 New UITableView and UICollectionView bindings using the ObservableCollectionType;
    • 🚦 Observable protocol extension to dispatch the item on a given SignalQueue;

    API changes:

    • ObservableArray is gone;
    • 📇 Renamed the Disposable protocol extension method addTo(...) to disposeWith(...);

    🍱 🎉