FMPhotoPicker v1.3.0 Release Notes
Release Date: 2020-10-11 // over 4 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
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