You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When adding section header, and use default FlowLayout. Everything works well. When using 'VerticalScrollFlowLayout', Section Header doesn't display anymore.
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
The text was updated successfully, but these errors were encountered:
@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.
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:
When adding section header, and use default FlowLayout. Everything works well. When using 'VerticalScrollFlowLayout', Section Header doesn't display anymore.
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
The text was updated successfully, but these errors were encountered: