FMPhotoPicker v1.3.0 Release Notes

Release Date: 2020-10-11 // over 3 years ago
  • ๐Ÿ‘ 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])


Previous changes from v1.2.0

    • โž• Added a configuration option to indicate whether the crop menu should be displayed by default in the editor. #53 Thanks @iBinh