Skip to content
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

发现一个小bug,在滚动的过程中点击会卡住不动,或者把它放在tableview里滚动的时候也卡住 #77

Open
lovelyNewYear opened this issue Mar 1, 2019 · 6 comments

Comments

@lovelyNewYear
Copy link

img_0610 2

@TzyTman
Copy link

TzyTman commented Dec 4, 2019

同问

1 similar comment
@trylee
Copy link

trylee commented Dec 25, 2019

同问

@yuanjunxiao
Copy link

这个问题解决了嘛?

@yuanjunxiao
Copy link

同问

你这个问题解决了嘛?

@graceydb
Copy link

这个问题解决了吗?

@edwardboy
Copy link

edwardboy commented Aug 12, 2023

  • (void)timerFired:(NSTimer *)timer {
    if (!self.superview || !self.window || _numberOfItems == 0 || self.tracking) {
    return;
    }
    }

调整下tracking的逻辑及可以根据具体情况移除 !self.window 条件即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants