FMPhotoPicker icon indicating copy to clipboard operation
FMPhotoPicker copied to clipboard

A modern, simple and zero-dependency photo picker with an elegant and customizable image editor

Results 23 FMPhotoPicker issues
Sort by recently updated
recently updated
newest added

When I select multiple photos, then edit them, sometimes FMLoadingView can't hide and delegate method "didFinishPickingPhotoWith" can't response after tapping done button.Then, I set a breakpoint in DispatchQueue.main.async, and I...

bug

When I present the picker, the UI loads up very slowly, and if I tap on the top bar it immediately goes to the very first photo of my photo...

enhancement

PLease add an option to capture image using camera and edit along with pick from galley option

new feature

If you allow it, I will develop. thanks~

This adds a simple wrapper for SwiftUI users It's documented in the Readme - but essentially, it uses a standard fullscreenModal with a binding to an image or an array...

Step - We open and select multiple photos - After done - We want to add current photo to see select inside pick photo again , disselect and select other...

Is there a way to know the editing was cancelled? There is only a FMImageEditorViewControllerDelegate method to notify editing finish event, but not editing cancel event with the delegate methods....

FMWarningView line 28 `let rootVC = (UIApplication.shared.delegate?.window??.rootViewController)!` That's because the window property belongs to the scene delegate, not the app delegate.