tilltue / TLPhotoPicker

📷 multiple phassets picker for iOS lib. like a facebook
MIT License
1.89k stars 333 forks source link

Any options for showing GIFs which has fixed loops? #338

Closed sagarthecoder closed 2 years ago

sagarthecoder commented 2 years ago

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?