Follow the tutorial at alfianlosari.com
- Filter image using predefined filters from the MetalPetal Swift library.
- Select input image using macOS file panel and iOS UIImagePickerController.
- Drag & Drop input image using SwiftUI View modifier in macOS
- Save the filtered image using macOS file panel and iOS UIActivityViewController
- Shared models and service code between targets
- Xcode 11.3
- macOS 10.15 Catalina
- Clone or download
- Run pod install
- Build and Run