material-motion / material-motion-swift

A toolkit for building responsive motion using Core Animation.
Apache License 2.0
1.42k stars 79 forks source link

Make UIGestureRecognizer a MotionObservableConvertible #25

Closed jverkoey closed 7 years ago

jverkoey commented 7 years ago

This will allow gesture recognizers to be treated as streams more easily.

jverkoey commented 7 years ago

We actually don't want to do this because it circumvents the runtime's ability to ensure that we are always working with the same reactive properties. runtime.get is the preferred way to get a reactive gesture recognizer.