SignalKit 3.0.0
What's new
UIBarItem
extension for binding a Boolean value to the enabled property ofUIBarItem
;UIBarButtonItem
extension to observe for the button tap event;ObservableCollectionType
protocol;- New
UITableView
andUICollectionView
bindings using theObservableCollectionType
; Observable
protocol extension to dispatch the item on a givenSignalQueue
;
API changes:
ObservableArray
is gone;- Renamed the
Disposable
protocol extension methodaddTo(...)
todisposeWith(...)
;
🎉