Using Photos App Images with SwiftUI and Core Data Model

Would like to use SwiftUI AsyncImage with Photos App Image that is associated with a String Name, possibly using a Core Data Model. A Picker might be used to determine which Image is associated with a user entered String Name. A List View would be used to display the saved Images and their names. Is there a way to use a Photos Image ID or path as a URL?

  • Can SwiftUI AsyncImage use Images saved as a File on an iCloudDrive?

Add a Comment