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
当这个控件被当做一个 UITableViewCell 的subview时候,在 reloadData 时候指定了同一个 text,会出现不再滚动的问题
The text was updated successfully, but these errors were encountered:
Can you provide an in context code snippet?
Sorry, something went wrong.
Sorry, it is noting about "out of screen". I upload a bug demo to my github here:https://github.com/ccnyou/CBAutoScrollLabelBugDemo. https://github.com/ccnyou/CBAutoScrollLabelBugDemo/blob/master/CBAutoScrollLabelDemo/CBAutoScrollLabelDemo/ViewController.m
when I reload cells of a tableview, and reset auto scroll label's text to a same string value, it will trigger this bug.
@ccnyou Use 'refreshLabels' method after reloadData, could fix.
No branches or pull requests
当这个控件被当做一个 UITableViewCell 的subview时候,在 reloadData 时候指定了同一个 text,会出现不再滚动的问题
The text was updated successfully, but these errors were encountered: