IQMediaPickerController icon indicating copy to clipboard operation
IQMediaPickerController copied to clipboard

Audio Image Video Picker Controller

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

When using IQMediaPickerController as follows: ``` let picker = IQMediaPickerController() picker.delegate = self picker.allowsPickingMultipleItems = false picker.sourceType = .cameraMicrophone picker.mediaTypes = [PHAssetMediaType.image.rawValue] as [NSNumber] self.present(picker, animated: true, completion: nil) ```...

Support for focus/exposure would be a great feature for IQMediaPickerController. ![iphone-manual-camera-controls-2](https://user-images.githubusercontent.com/20490716/45820586-6acbab80-bce7-11e8-80fe-95fe8d696ad6.jpg)

I have captured image from camera, it display properly in device but when i upload image to server then the image and thumbnail both images orientation are changed. I think...

I want to zoom in/out and capture image, but the camera view won't zoom.

Hi thanks for the awesome lib, I have always been a fan of your work (IQKeyboradManger) Saved me 100's of hours I am using this lib and was wondering if...

can we add image gallary with camera picker , first cell will be camera and when click on it we can click the photo and click the video.

enhancement

When you are selecting photos from iCloud drive, it returns empty object in delegate method. Please add feature in library to download the images first.

Thanks for great help. This work good with iPad Image gallery but with Camera it Rotate the images. Second with Image preview is there any way to disable or a...

Hii , i have install framework through pod install(`pod "IQMediaPickerController"`) . app is build successfully and run but the **IQMediaPickerController** not showing assest icons of flash/front/rear camera icons etc, though...

Hi, is there any way to exclude the picker from showing iCloud media items, e.g. items that are not stored locally on the device? Thanks in advance.