
ios – LazyVGrid merchandise hit take a look at space will not be anticipated
I’m studying SwiftUI and attempting to impl a photograph gallery app, utilizing LazyVGrid. Within the ForEach loop of my ContentView’s physique() technique, I’ve a thumbnail view for every picture fetched from the library. import SwiftUI import Pictures import CoreImage import ImageIO import AVKit import AVFoundation struct Content material: Identifiable { let id = UUID() let…