PhotoSelectAndCrop icon indicating copy to clipboard operation
PhotoSelectAndCrop copied to clipboard

This package integrates a UIImagePickerController into a SwiftUI app. Obtain 1) a copy of the original image, 2) a scaled and / or cropped version of it, 3) a CGFloat and 4) CGPoint. The CGFloat and C...

Results 1 PhotoSelectAndCrop issues
Sort by recently updated
recently updated
newest added

I modifed your package to support a second button for camera picking and optional square cropping. ImagePane just has an additonal parameter "squareShape: Bool" to toggle between circle and square....