This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
Releases: natmark/ProcessingKit
Releases · natmark/ProcessingKit
1.4.0
1.3.0
1.2.0
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)
[Stable] 1.1.3
1.1.3
- Divided submodules
1.1.0
1.0.0 Supports Swift4 🎉
ProcessingKit now supports Swift4 🎉
- You can use ProcessingKit with Swift4