flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
597 stars 40 forks source link

fix UIPanGestureRecognizer #216

Closed michaelknoch closed 6 years ago

michaelknoch commented 6 years ago

Type of change: bugfix

Motivation

There seems to be a bug in UIPanGestureRecognizer when trying to calculate a translation for superview instead of nil/window. This might be a quickfix for now. We should add some love to our gesture handling in the future.

Todos

Testing Details

Please check if the PR fulfills these requirements