apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal CollectionView on ScrollView disappear after vertical scroll

Phnx777 opened this issue · comments

Describe the bug
Horizontal CollectionView on ScrollView disappear after vertical scroll

To Reproduce
It can be reproduced in Demo.

  1. Open "App Store Layout"
  2. Scroll the first section to the third item
  3. Scroll screen to the bottom
  4. Scroll screen to the top
    After this step the content of first section partly/fully disappear

Expected behaviour
The content of first section partly/fully don't disappear

Screenshots
Screenshot after 2 step
photo_2020-07-01 21 46 02

Screenshot after 4 step
photo_2020-07-01 21 45 57

Xcode Version:
Version 11.5 (11E608c)

Simulator, Device, Both?
Simulator iOS 13.5 all devices
Device: iPhone 11 Pro Max iOS 13.5

commented

Same with #90