-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
崩掉了! #9
Comments
@FanJianRong 请问下你使用的版本是什么呢?是否对 collectionView 的对象和父类同时限频了呢?或者对 collectionView 使用了 KVO? |
前一天下下来的最新版本;只有这一处地方试用;下拉刷新使用的 MJRefresh ,有一处使用到 KVO
|
@FanJianRong 如果方便的话,能提供下工程代码或者能复现的 demo 么? |
Demo.zip |
@FanJianRong 我推测应该跟 KVO 有关系,而且MJ使用 KVO 和 MessageThrottle hook 的顺序,以及 remove KVO 和 hook 的顺序都会影响结果。要是能有个复现的 demo 就好了。 |
@FanJianRong 感觉堆栈信息不全,因为 |
@FanJianRong 感谢提供 log!不过本人才疏学浅,还是没找到必现场景和原因。。。哎 |
调用如下:
每次 viewWillAppear 的时候调通
[ self.collectionView beginHeaderRefresh]
The text was updated successfully, but these errors were encountered: