woxtu / UIHostingConfigurationBackport

A backport of UIHostingConfiguration for iOS 14.0+
MIT License
48 stars 3 forks source link

UICollectionView has drawing loss when a cell is moved. #1

Open arasan01 opened 2 years ago

arasan01 commented 2 years ago

Hello, Thanks for developing the Backport library. When UICollectionView is introduced and elements are moved, they do not seem to be displayed on the screen.

Environment: Xcode 14ß6, iOS Simulator 16.0

Implementation Repository(The video implementation is in Example directory.): https://github.com/arasan01/CollectionViewRepresentation, Commit: 9f6534824b2b003714c89d8b1fdaff4ff85aea5d

https://github.com/arasan01/CollectionViewRepresentation/tree/9f6534824b2b003714c89d8b1fdaff4ff85aea5d

https://user-images.githubusercontent.com/15707221/186609819-404a6e79-4494-4118-8d22-abc855a1892f.mp4

woxtu commented 2 years ago

Thank you for your reporting. Can you provide me with a minimal reproducible example?