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

titlearray重新设置会出问题 #1

Open
gongqiuwei opened this issue Nov 20, 2017 · 2 comments
Open

titlearray重新设置会出问题 #1

gongqiuwei opened this issue Nov 20, 2017 · 2 comments

Comments

@gongqiuwei
Copy link

我的页面会刷新,可能会重新设置滚动的内容,重新设置titlearray会出问题,当前我是如下处理的:
增加stopScrolling方法,然后重新设置titlearray,再beginScrolling,

  • (void)stopScrolling
    {
    if (_timer) {
    [_timer invalidate];
    _timer = nil;
    }
    }

还有一个问题就是只有一个title就无法滚动了,暂时没办法处理

@maltsugar
Copy link

我 fork了一份 处理了这个问题, 只有一个的话不滚动 直接显示第一个

@qiaovc
Copy link
Owner

qiaovc commented Nov 22, 2017

0.2.2版本已经修复,非常感谢能指出问题🙏

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

3 participants