Skip to content

Releases: congnd/FMPhotoPicker

v1.3.0

11 Oct 10:02
Compare
Choose a tag to compare

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])

v1.2.0

27 Sep 01:36
Compare
Choose a tag to compare
  • Added a configuration option to indicate whether the crop menu should be displayed by default in the editor. #53 Thanks @iBinh

v1.1.1

22 Aug 10:06
Compare
Choose a tag to compare
  • Fix an issue on iOS14 which breaks the zooming amimation. Read more

v1.1.0

04 Jul 14:26
Compare
Choose a tag to compare

FMPhotoPicker now fully supports SwiftPM when using Xcode 12 🚀

v1.0.1

22 Jun 06:03
Compare
Choose a tag to compare
Bump version number to 1.0.1

v1.0.0

06 Jun 01:18
Compare
Choose a tag to compare
  • 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).

v0.9.1

12 Mar 07:45
26b8703
Compare
Choose a tag to compare

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

v0.9.0

29 Sep 03:01
Compare
Choose a tag to compare
  • 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

v0.8.3

23 Jun 23:24
b791eca
Compare
Choose a tag to compare
  • Add the ability to customize the dialog requiring access to the photo library (#25). Thanks @vdeep

v0.8.2

26 Oct 02:11
Compare
Choose a tag to compare