This iOS app demonstrates the usage of API calls and SwiftData to load random images from picsum.photos, apply user-chosen modifiers, and save the modified images to the device's gallery. Users can then easily browse through the saved images.
- Load a random image from picsum.photos.
- Apply various user-selected modifiers to the image.
- Save the modified image to the gallery (using @Attribute(.externalStorage).
- Browse through saved images in the gallery.
- Swift: For making API calls to picsum.photos.
- SwiftData: For managing data and interacting with the external storage.
- SwiftUI: For creating the user interface.