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

TangramPageScrollLayout 设置scrollMarginLeft后的错误 #26

Open
ghostpancn opened this issue Aug 10, 2017 · 2 comments
Open

TangramPageScrollLayout 设置scrollMarginLeft后的错误 #26

ghostpancn opened this issue Aug 10, 2017 · 2 comments
Assignees
Labels

Comments

@ghostpancn
Copy link

self.scrollView.contentSize = CGSizeMake(CGRectGetMaxX(lastElementModel.itemFrame) + lastElementModel.marginRight + self.scrollMarginLeft + self.scrollMarginRight, elementHeight) ;
多算了一次scrollMarginLeft导致实际MarginRight = self.scrollMarginLeft + self.scrollMarginRight

@ghostpancn
Copy link
Author

reload 调用calculateLayout 之后自动轮播会重复添加定时器,导致自动轮播被玩坏。。

@HarrisonXi
Copy link
Contributor

确认收到您的反馈,后续我们会跟进此问题。

@HarrisonXi HarrisonXi self-assigned this Nov 21, 2017
@HarrisonXi HarrisonXi added the bug label Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants