Releases: congnd/FMPhotoPicker
Releases · congnd/FMPhotoPicker
v1.3.0
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])
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
- 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).