wangrui460/FloatView

FloatView 这种实现有个缺陷。

tigerzhang08 opened this issue · 1 comments

FloatView 的移动是通过 touchesMoved 方法实现,如果页面有 UISwipeGestureRecognizer 存在,在移动 FloatView 时就会触发 UISwipeGestureRecognizer 相应方法。

我也遇到了这个问题,我是通过category修复的,可以看一下我的fork
https://github.com/TonyJR/FloatView