-
Notifications
You must be signed in to change notification settings - Fork 299
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
轮播图效果滚动到最后一页不是直接滚动到第一页,而是跳到第一页在继续滚动 #43
Comments
轮播 Layout 短期内可能不考虑维护,关于轮播效果建议实现轮播组件配合 oneColumn 布局进行使用。 后续有计划维护轮播 Layout 时会继续更新此 issue。 |
这个问题在1.0版本不存在,到2.0版本了,有问题了 |
包括手动滚动也不能无限滚动,1.0都是可以的,2.0不行,并且infiniteMinCount字段不能为字符窜,否则就崩,而为数字的话,不起作用。 |
TangramDefaultItemModel 这个类里面NSCoding 协议遵守一下,可以完美解决 |
@yoowei 感谢 |
提了一个PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
轮播图效果滚动到最后一页不是继续滚动到第一页,而是跳到第一页在继续滚动,效果很不自然
The text was updated successfully, but these errors were encountered: