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
shouldReturnAsseton the configuration totrue - Implement this method in your delegate:
func fmPhotoPickerController(_ picker: FMPhotoPickerViewControl...