We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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会出问题,当前我是如下处理的: 增加stopScrolling方法,然后重新设置titlearray,再beginScrolling,
还有一个问题就是只有一个title就无法滚动了,暂时没办法处理
The text was updated successfully, but these errors were encountered:
我 fork了一份 处理了这个问题, 只有一个的话不滚动 直接显示第一个
Sorry, something went wrong.
0.2.2版本已经修复,非常感谢能指出问题🙏
No branches or pull requests
我的页面会刷新,可能会重新设置滚动的内容,重新设置titlearray会出问题,当前我是如下处理的:
增加stopScrolling方法,然后重新设置titlearray,再beginScrolling,
{
if (_timer) {
[_timer invalidate];
_timer = nil;
}
}
还有一个问题就是只有一个title就无法滚动了,暂时没办法处理
The text was updated successfully, but these errors were encountered: