All Versions
38
Latest Version
Avg Release Cycle
40 days
Latest Release
1628 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.0 Changes
October 11, 2020๐ 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
PHAsset
s you have to:- ๐ง Set the
shouldReturnAsset
on the configuration totrue
Implement this method in your delegate:
func fmPhotoPickerController(_ picker: FMPhotoPickerViewController, didFinishPickingPhotoWith assets: [PHAsset])
- ๐ง Set the
-
v1.2.0 Changes
September 27, 2020 -
v1.1.1 Changes
August 22, 2020- ๐ Fix an issue on iOS14 which breaks the zooming amimation. Read more
-
v1.1.0 Changes
July 04, 2020๐ฑ FMPhotoPicker now fully supports SwiftPM when using Xcode 12 ๐
-
v1.0.1
June 06, 2020 -
v1.0.0 Changes
June 06, 2020- ๐ Allows hiding the edit button in the photo presenter (#32 )
- ๐ Allows using crop or filter invidually (#22 ) by setting the
availableFiters
oravailableCrops
tonil
- ๐ 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 Changes
March 12, 2020๐ฑ FMPhotoPicker now supports SwiftPM ๐ (thanks #39)
-
v0.9.0 Changes
September 29, 2019- ๐ 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 Changes
June 23, 2019 -
v0.8.2 Changes
October 26, 2018- ๐ Fix #13