iCards
iCards copied to clipboard
快速滑动的时候 会有BUG
快速滑动时 因为动画原因 会导致icard 位移,自行修复了一下
在 - (void)dragAction:(UIPanGestureRecognizer *)gestureRecognizer方法中加入了屏蔽操作
在 - (void)afterSwipedCard:(UIView *)card方法中 延时释放userinteraction
但是据反馈 有几率会导致 icard 事件失效 (userinteraction 一直是NO,恢复不了)
禁用了 userInteractionEnabled?
快速滑动 大小会变化
快速滑动,会使每个card变形,大神修一修吧。测试天天给我提这个bug