I can access and show all GIFS by using following codes configure.mediaType = .image configure.fetchCollectionTypes = [(PHAssetCollectionType.smartAlbum, PHAssetCollectionSubtype.smartAlbumAnimated)]
But I want to show gifs which has fixed loops (not repeating always).
Is it possible using TLPhotoPicker?
I can access and show all GIFS by using following codes
configure.mediaType = .image
configure.fetchCollectionTypes = [(PHAssetCollectionType.smartAlbum, PHAssetCollectionSubtype.smartAlbumAnimated)]
But I want to show gifs which has fixed loops (not repeating always). Is it possible using TLPhotoPicker?