RxGesture v2.0.0 Release Notes

Release Date: 2018-09-22 // over 5 years ago
    • โž• Adds compatibility with Xcode 10.0 and Swift 4.2
    • ๐Ÿ”ง Uses simpler and more consistant syntax. No more properties in constructors parameters. Please use the trailing closure to configure the gesture recognizer if needed.
    • โž• Adds 2 new custom gesture recognizers on iOS:
      • .forceTouch() โ†’ it exposes the force value of underlying UITouch objects
      • .touchDown() โ†’ it exposes all UITouch objects involved in the gesture
    • โž• Adds readable typealiases to represent an observable gesture recognizer. Ex: Observable<UITapGestureRecognizer> โ†’ TapObservable
    • โœจ Enhances example projects
    • โž• Adds Mojave dark mode support for OSX example app