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

Issue with VerticalScrollFlowLayout #29

Closed
surjeet-singh opened this issue Mar 19, 2018 · 2 comments
Closed

Issue with VerticalScrollFlowLayout #29

surjeet-singh opened this issue Mar 19, 2018 · 2 comments

Comments

@surjeet-singh
Copy link

surjeet-singh commented Mar 19, 2018

Hi,
I am using 'VegaScrollFlowLayout' class to add animation to collectionView items. This works like a charm if I use a fixed itemSize for CollectionView cell with no section header. But If I use any (section header or dynamic itemSize). The CollectionView displayed item with some weird way.
I face these 2 issues while using this class:

  1. When adding section header, and use default FlowLayout. Everything works well. When using 'VerticalScrollFlowLayout', Section Header doesn't display anymore.

  2. If use 'estimatedItemSize' instead of 'itemSize' for dynamic item size. The animation doesn't work properly.
    Let me know If you can help me on this.
    Thanks

@dillidon
Copy link
Owner

@surjeet-singh I took VegaScrollFlowLayout from VegaScroll as you can see. Unfortunately this flowLayout doesnt work with section headers and dynamic item size, only with fixed item size.

@surjeet-singh
Copy link
Author

I am closing this issue, As it related to VegaScroll. I have posted same issue to VegaScroll.

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

2 participants