New
Unclaimed project
Are you a maintainer of FMPhotoPicker? Claim this project to take control of your public changelog and roadmap.
Changelog
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
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:
shouldReturnAsset on the configuration to truefunc fmPhotoPickerController(_ picker: FMPhotoPickerViewController, didFinishPickingPhotoWith assets: [PHAsset])