OpalImagePicker icon indicating copy to clipboard operation
OpalImagePicker copied to clipboard

A multiple image picker for iOS, written in Swift

Results 12 OpalImagePicker issues
Sort by recently updated
recently updated
newest added

on first time can't get full photo library images.if I select photos cannot select other photos.

Can you please fix SPM support? I'm now getting this error when trying to add the package as a Swift Package Manager managed package:

I want to deselect images using PHAsset.

![menu_scrolled](https://user-images.githubusercontent.com/94952512/149763143-fa9de44b-c8a1-4e23-a99d-84408e71435d.jpg)

Below code is working fine for iPhone and iPad. How can I achieve same thing in macos? ``` let imagePicker = OpalImagePickerController() self.presentOpalImagePickerController(imagePicker, animated: true, select: { (assets) in self.indicatorView.startAnimating()...

Some of the images will not be converted from PHasses to UIimge. Can you please provide the delegate method where I can get [UIimage] directly from the library instead of...

Hello , i want to ask if it possible to set order of collection view like in native gallery, i mean now in opal last taken photo is first on...

Solution 1 for: > 'topLayoutGuide' was deprecated in iOS 11.0: Use view.safeAreaLayoutGuide.topAnchor instead of topLayoutGuide.bottomAnchor Check https://github.com/opalorange/OpalImagePicker/pull/63

Solution 2 for: > 'topLayoutGuide' was deprecated in iOS 11.0: Use view.safeAreaLayoutGuide.topAnchor instead of topLayoutGuide.bottomAnchor Check https://github.com/opalorange/OpalImagePicker/pull/62

When i'm scrolling top to bottom cell image reload. please how to fix this issue.