Ios swift – Memory allocation issue with SwiftUI’s LazyVGrid when displaying media files
I’m currently working on a SwiftUI application that displays media files in a grid with LazyVGrid on GalleryView where there will be 3 media files per row. The media files are loaded from the app's cache and not from the…