0.1.0
A new release is upon us ! π
-
CombineCocoa can now provides publishers for ControlTarget-based controls using the new ControlTarget publisher.
-
UIBarButtonItem.tapPublisher
added -
All
UIGestureRecognizer
s added:UITapGestureRecognizer.tapPublisher
UIPinchGestureRecognizer.pinchPublisher
UIRotationGestureRecognizer.rotationPublisher
UISwipeGestureRecognizer.swipePublisher
UIPanGestureRecognizer.panPublisher
UIScreenEdgePanGestureRecognizer.screenEdgePanPublisher
UILongPressGestureRecognizer.longPressPublisher
-
UIScrollView.contentOffsetPublisher
andUIScrollView.reachedBottomPublisher()
added (thanks @jdisho !)