We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When displaying the picker, choosing a Sony RAW formatted file causes the picker to freeze displaying a progress view.
To Reproduce Steps to reproduce the behavior:
let picker = YPImagePicker(configuration: config) self.addChild(picker); self.view.addSubview(picker.view) picker.didMove(toParent: self); picker.didFinishPicking { [unowned picker] items, _ in // NEVER RETURNS with RAW files. self.selectedItems = items /// code picker.dismiss(animated: true, completion: nil) } with config var config = YPImagePickerConfiguration() config.usesFrontCamera = false config.shouldSaveNewPicturesToAlbum = false config.startOnScreen = .library config.screens = [.library, .photo] config.onlySquareImagesFromCamera = false config.showsPhotoFilters = false config.library.mediaType = .photo config.library.onlySquare = false config.library.isSquareByDefault = false config.icons.capturePhotoImage = config.icons.capturePhotoImage.withRenderingMode(.alwaysTemplate)
Expected behavior Return the RAW image or display an error that the format is not supported.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Installation Type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When displaying the picker, choosing a Sony RAW formatted file causes the picker to freeze displaying a progress view.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Return the RAW image or display an error that the format is not supported.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Installation Type
The text was updated successfully, but these errors were encountered: