BeatsKitano / KafkaRefresh

Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development.
MIT License
1.21k stars 142 forks source link

Swift 中,使用 UIScrollView 嵌套 UIScrollView 时,下拉刷新控件的问题 #57

Closed Ccmi closed 3 years ago

Ccmi commented 5 years ago

☕️ 赞助

Ccmi commented 5 years ago

image 关键代码在于使用代码控制 contentOffset 时,scrollView.isDragging 是一直为 false ,所以无法进入任何分支

BeatsKitano commented 5 years ago

看起来累。怎不给视频

Ccmi commented 5 years ago

https://github.com/seedotlee/AlipayIndexDemo 这个 Demo ,然后将刷新控件换成 KafkaRefresh 就会出现问题。

Ccmi commented 5 years ago

MJRefresh: 54844-26654e03461820f9 KafkaRefresh: gif5新文件

rgmyyw commented 4 years ago

问题解决了吗? 老铁,刷新控件的确有问题啊,这库是不更新了

BeatsKitano commented 3 years ago

非Swift缘故。只是该控件当初设计时只监控scroll view的content offset。当把scroll enable设置为false时,控件已无法监控到content offset的变化。暂无心力进行升级。