Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@natmark natmark released this 27 Oct 13:43
· 30 commits to master since this release

1.2.1 Supports gesture events

iOS

  • func didTap()
  • func didRelease()
  • func didDrag()
  • func didSwipe(direction: UISwipeGestureRecognizer.Direction)
  • func didPinch(scale: CGFloat, velocity: CGFloat)
  • func didRotate(rotation: CGFloat, velocity: CGFloat)
  • func didLongPress()

OSX

  • func didClick()
  • func didRelease()
  • func didDrag()
  • func didMove()
  • func didMagnify(magnification: CGFloat)
  • func didRotate(rotation: CGFloat, inDegrees: CGFloat)
  • func didPress()
  • func didScroll(x: CGFloat, y: CGFloat)