FMPhotoPicker Versions Save

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

1.3.0

3 years ago

FMPhotoPicker now supports getting raw PHAsset when finishing photo picking. Using the new API, you can get user-selected photos includes both images and videos.

To get the selected photos as PHAssets you have to:

  • Set the shouldReturnAsset on the configuration to true
  • Implement this method in your delegate:
func fmPhotoPickerController(_ picker: FMPhotoPickerViewController, didFinishPickingPhotoWith assets: [PHAsset])

1.2.0

3 years ago
  • Added a configuration option to indicate whether the crop menu should be displayed by default in the editor. #53 Thanks @iBinh

1.1.1

3 years ago
  • Fix an issue on iOS14 which breaks the zooming amimation. Read more

1.1.0

3 years ago

FMPhotoPicker now fully supports SwiftPM when using Xcode 12 🚀

1.0.1

3 years ago

1.0.0

3 years ago
  • Allows hiding the edit button in the photo presenter (#32 )
  • Allows using crop or filter invidually (#22 ) by setting the availableFiters or availableCrops to nil
  • Fix xib files loadding issue when using SwiftPM (#42 ). The SwiftPM support is experimental feature at this moment. I have a plan to fullly support SwiftPM when the next version of Xcode is shipped (contains Swift5.3 which includes resources support for SwiftPM).

0.9.1

4 years ago

FMPhotoPicker now supports SwiftPM 🎉 (thanks #39) (Experimental)

0.9.0

4 years ago
  • 9x16 now become a supported crop #30
  • FMPhotoPicker now load add asset source types
  • fix bug tap to show original image functionality doesn't work in when using FMPhotoPicker

0.8.3

4 years ago
  • Add the ability to customize the dialog requiring access to the photo library (#25). Thanks @vdeep

0.8.2

5 years ago
  • Fix #13