AssetsPickerViewController
AssetsPickerViewController copied to clipboard
Powerfully Customizable - Multiple Photo & Video Picker Controller
I'm not able to get the assetFetchOptions options in objective-c so unable to set the fetchOptions.predicate. I want to fetch only images form library but it is showing video. PHFetchOptions...
When I install this library I am getting the "Extra argument 'handler' in call" and "Argument passed to call that takes no arguments" at line number 150 and 482 respectively...
`AssetsPickerManager` has `allowsEditing` hardcoded to `true`. Because `allowsEditing` is `true` and not configurable, the user is able to crop the image they took, but we do not want that functionality....
AddOnly is a wrong setting in this framework, change it to readWrite please. When Photo Setting set to addOnly, this lead to cameraRollAlbum in AssetsManager to nil, then crash
@DragonCherry First of all, thanks for this lib. its easy to use. My app is crashing because of memory issues if I select more than 3 videos (each of 1+...
Similar to an app like twitter I would like to only allow users to upload one video however they can select multiple images and upload them. I don't know how...
I have two devices, on each is over 8K media, so when I open assets picker, I wait for а minute or more for loading image gallery.
App will **crash immediately** when **scrolling extremely fast** on photo picker controller. I only experience this **on real device**. I'm currently running it on iPhone 6s using iOS 13.0 GM....
Hi Team, I am facing an issue with the AssetsPickerViewController where the selected assets in the `assetsPicker(controller:selected:)` method are coming in a random order instead of the order in which...