Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@congnd congnd released this 11 Oct 10:02
· 4 commits to master since this release

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