Skip to content

SignalKit 3.0.0

Compare
Choose a tag to compare
@yankodimitrov yankodimitrov released this 22 Jan 15:59
· 72 commits to master since this release

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(...);

🎉