DKImagePickerController icon indicating copy to clipboard operation
DKImagePickerController copied to clipboard

Image Picker Controller for iOS written in Swift 4 & 5.

Results 100 DKImagePickerController issues
Sort by recently updated
recently updated
newest added

I want to get the images I chose , so I wrote this code ``` func showImagePicker() { let pickerController = DKImagePickerController() // self.previewView?.isHidden = false pickerController.autoCloseOnSingleSelect = true pickerController.assetType...

After changing to point to 4.3.4 directly, I am getting the following error: ``` error build: '/Users/armandojimenez/Library/Developer/Xcode/DerivedData/Runner-fhxbiczvbzqhykciarscqjitjanz/Build/Products/Debug-iphoneos/DKImagePickerController/DKImagePickerController.framework/DKImagePickerController' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting...

Signing for "DKImagePickerController-DKImagePickerController" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'DKImagePickerController-DKImagePickerController' from project 'Pods') However, in my project files, I have...

真機build專案時出現了以下的錯誤, 模擬器正常 但開發帳號確實是有加的 ``` Showing Recent Messages :-1: Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team. Select a development team in the project editor. (in target 'DKPhotoGallery-DKPhotoGallery') ``` ``` Showing Recent...

Hi @zhangao0086 , Consider i have an image of size 10MB in Photo Library, **Requirement:** I wan't to compress 10MB to 100KB before sending to server **Issue:** 1. If i...

Is it possible to avoid export to local files and get the original selected assets URL instead?

Issue: https://github.com/zhangao0086/DKImagePickerController/issues/652 Added support of Swift Package Manager. Before merging, needs to update dependency url.

Hi, i have received this report in my Firebase Crashlytics on 2 devices - 1. iPhone 11 Pro (iOS 14.7.1) 2. iPhone 12 Pro Max (iOS 15.3.1) **_Crash Report -_**...

When I archive in Xcode13 and receive it as TestFlight, the camera icon in the gallery is not visible In Xcode12 it works fine. ![screenShot](https://user-images.githubusercontent.com/28043072/145974646-bb2408cd-754d-4e09-a794-29d876e43afb.jpg)

We have a compilation issue with `DKImagePickerController` that only started happening since we upgraded to a later MacOS & XCode (which we had to do for adhoc iOS 15+ builds),...