Skip to content

0.1.0

Compare
Choose a tag to compare
@freak4pc freak4pc released this 14 Aug 18:07

A new release is upon us ! πŸŽ‰

  • CombineCocoa can now provides publishers for ControlTarget-based controls using the new ControlTarget publisher.

  • UIBarButtonItem.tapPublisher added

  • All UIGestureRecognizers added:

    • UITapGestureRecognizer.tapPublisher
    • UIPinchGestureRecognizer.pinchPublisher
    • UIRotationGestureRecognizer.rotationPublisher
    • UISwipeGestureRecognizer.swipePublisher
    • UIPanGestureRecognizer.panPublisher
    • UIScreenEdgePanGestureRecognizer.screenEdgePanPublisher
    • UILongPressGestureRecognizer.longPressPublisher
  • UIScrollView.contentOffsetPublisher and UIScrollView.reachedBottomPublisher() added (thanks @jdisho !)