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
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
To Reproduce
Run the demo app, rapidly scroll through photo content until the crash occurs. (I had been testing the memory by going in and out of the AppStore Layout view repeatedly prior to this).
ASCollectionView version
Latest master (1.7)
Xcode Version:
12.1.1
Simulator, Device, Both?
iPhone 12 pro Max, iOS 14.1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When scrolling the PhotoView in the demo app the app crashed in the prefetcher call to the onCell prefetch method.
Crash occurred on onCellEvent?(.prefetchForData(data: dataToPrefetch)) in ASSectionDataSource
The call is on the background thread
To Reproduce
Run the demo app, rapidly scroll through photo content until the crash occurs. (I had been testing the memory by going in and out of the AppStore Layout view repeatedly prior to this).
ASCollectionView version
Latest master (1.7)
Xcode Version:
12.1.1
Simulator, Device, Both?
iPhone 12 pro Max, iOS 14.1
The text was updated successfully, but these errors were encountered: