katagaki / IllustMate

Simple photo organizer for iOS written in SwiftUI.
5 stars 0 forks source link

LazyVGrid stutters when scrolling #16

Closed katagaki closed 9 months ago

katagaki commented 9 months ago

Currently will have to keep this part unoptimized due to the freezing issue when refactoring IllustrationLabel.

katagaki commented 9 months ago

Need to load thumbnails synchronously without affecting main thread, but need to do so dynamically while scrolling.

katagaki commented 9 months ago

DispatchQueue qos might be able to help with this.

However, current implementation (build 105) seems to still have stutter.

Use userInteractive?