AssetsPickerViewController icon indicating copy to clipboard operation
AssetsPickerViewController copied to clipboard

Powerfully Customizable - Multiple Photo & Video Picker Controller

Results 22 AssetsPickerViewController issues
Sort by recently updated
recently updated
newest added

Please find the details. To reproduce the issue set permission to .addOnly. ![Uploading Screenshot 2022-03-16 at 3.57.59 PM.png…]() 2022-03-16 15:48:27.362397+0530 SocialChains[83126:1297980] 🔵AssetsPhotoViewController+UI.updateEmptyView:29 - emptyView.isHidden: true, count: 0 2022-03-16 15:48:27.363023+0530 SocialChains[83126:1297980]...

Issue Description Getting error Abort Trap: 6 when trying to Archive app with AssetsPickerViewController. What The issue generate on AssetsPickerViewController (2.9.7). This could be an issue as a result of...

Segmentation error on 'UI_USER_INTERFACE_IDIOM()' error while building

When archiving a Project using AssetsPickerViewController (2.9.7) I get the following error. I am using Swift 13.3. It works on 13.2.1 The following build commands failed:
CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler...

Some problem with your source. In the AssetPickerConfig class Need to change UI_USER_INTERFACE_IDIOM() to UIDevice.current.userInterfaceIdiom [AssetsPickerConfig.swift.zip](https://github.com/DragonCherry/AssetsPickerViewController/files/8320646/AssetsPickerConfig.swift.zip) .

**Issue:** https://github.com/DragonCherry/AssetsPickerViewController/issues/106

crash when getting photos on iOS15.2

Steps 1. Open camera 2. Make photo, save photo in gallery 3. Open gallery and Allow full access to photos 4. crash Version - (2.9.3) Xcode - 11.0 iOS -...

bug

I used following code to get all livePhotos only. But it doesn't work and show empty gallery. ``` var assetsPicker = AssetsPickerViewController() let config = AssetsPickerConfig() let options = PHFetchOptions()...

Hello, I'm facing with crash. Here is stacktrace from crashlytics: > Crashed: PHChange-queue 0 AssetsPickerViewController 0x1039a3d2c specialized Array._checkSubscript(_:wasNativeTypeChecked:) + 4361125164 (:4361125164) 1 AssetsPickerViewController 0x103994d90 AssetsManager.synchronizeAssets(updatedAlbumIndexSets:fetchMapBeforeChanges:changeInstance:) + 4361063824 (:4361063824) 2 AssetsPickerViewController...