Questions tagged [elcimagepickercontroller]

Issues related to ELCImagePickerController component. It is a clone of UIImagePickerController allowing the multiple asset selection

ELCImagePickerController is a clone of the UIImagePickerController.

The image picker is created and displayed in a very similar manner to the UIImagePickerController but it allows the multiple asset selection.

See the project on github

31 questions
3
votes
0 answers

Undefined symbols for architecture while using ELCImagePicker

I am using ELCImagePicker library to multi selection of images but getting below error.How should i solve? Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ELCImagePickerController", referenced from: type metadata accessor for…
3
votes
0 answers

ios ELCImagePicker: Connection to assetsd was interrupted or assetsd died

I am using ELCImagePicker to select multiple video from the library and getting this "Connection to assetsd was interrupted or assetsd died" error when I am trying to export multiple recorded video selected from the library. But it works fine if I…
2
votes
0 answers

Any image picker with icloud image downloading support, like whatsapp?

I have searched for multi select imagepicker libraries that can start downloading images and video that are in icloud and not locally store, like whatsapp does. I can write my own patch in https://cocoapods.org/pods/ELCImagePickerController. But I…
2
votes
2 answers

UIImagePickerController alternative that support multi-select and moment view

I know that UIImagePickerController is not support multi-select so i tried some alternatives: ELCImagePickerController, WSAssetPickerController and CTAssetsPickerController. All of them support the multi-select feature, but i also need the "Moments"…
tal952
  • 953
  • 12
  • 18
2
votes
1 answer

IOS ELCImagePicker Implicit conversion from enumeration type ALAssetOrientation to different enumeration type UIImageOrientation

Just downloaded the ELCImagePicker and I am now getting this warning in ELCImagePickerController.m Implicit conversion from enumeration type 'ALAssetOrientation' (aka 'enum ALAssetOrientation) to different enumeration type 'UIImageOrientation' (aka…
Kevin Pimentel
  • 2,056
  • 3
  • 22
  • 50
1
vote
0 answers

xamarin multiple image picker error - ELCImagePicker not working for second time

I am developing xamarin.forms PCL app. I want to select multiple images from gallery so for ios I use ELCImagePicker. Everything works fine when I open gallery for first time. But when I open it for second time(for e.g. changing selected image), app…
Monica
  • 141
  • 4
  • 16
1
vote
1 answer

Image in Cocoapods project not loading

I'm using the ELCImagePickerController. When I click on an image in the picker, the selected overlay isn't appearing. This line of code in the library's source returns nil. overlayImage = [UIImage imageNamed:@"Overlay.png"]; I've installed the…
Ian Warburton
  • 15,170
  • 23
  • 107
  • 189
1
vote
1 answer

I want to add ELCImagePickerController and make remains the selected images

I am using ELCImagePickerController library because I want to select Multiple Image from gallery, and if user select few images and come out from the gallery and if they again go to the gallery, the selected image should show in that collection…
VyTcdc
  • 986
  • 10
  • 32
1
vote
1 answer

Images not appear in Camera Roll, using elcimagepickercontroller

I used elcimagepickercontroller in my app, when want to choose images from Gallery images not appear but when select it it appear kindly check the attachment images. but when How to appear my gallery photos.
Ahmed Abdallah
  • 2,338
  • 1
  • 19
  • 30
1
vote
2 answers

ELCImagePickerController does not back to viewController in swift

I useELCImagePickerController to select multiple photos. However when i select photos and click Done button its goes back to select an album page. Please help me so when i select photos it should back to viewController . Here is code i using: var…
Rizwan Shaikh
  • 2,824
  • 2
  • 27
  • 49
1
vote
1 answer

How to display images that in photo gallery that were just selected?

Goal: The user selects photos from her photo gallery > Tap "Done" > Photos show up. Problem: The photos don't show up immediately after "Done". They do show up if I open the picker again and tap "Cancel." This worked fine (photo showed up instantly)…
1
vote
0 answers

How to Select multiple images and Video from camera roll objective c?

I'm trying to select multiple UIImages and videos, and image multiple selection is working and uploading properly. I am using ELCImagePickerController, but when I tap on video that also returns the image file. Here's my code: -…
1
vote
1 answer

ELCImagePickerController shows just black screen + navigation bar with Swift

I am trying to implement the ELCImagePickerController, but when I try to present the picker, just a black screen shows up with a navigation bar at the top. I moved all files(also the xib) into my project :/ Is this a problem because of swift/ios8 ? …
jona jürgen
  • 1,789
  • 4
  • 22
  • 31
1
vote
1 answer

How to get video url from ALAsset Url for uploading a video on server?

I am getting assets-library://asset/asset.mp4?id=F0D95698-C982-4723-8959-502CE595E3D1&ext=mp4 url when a video is selected by using ELCImagePickerController . Now, I've to retrieve video name and media url for uploading this video on server using…
KDRocks
  • 161
  • 3
  • 18
1
vote
0 answers

image orientation in ELCImagepicker

I am using ELCImagePicker in my project. After selecting images using ELCImagePicker I am showing it on an ImageView. The portrait images are working fine but the landscape images are getting rotated in my UIImageview. Why it is happening ? Please…
1
2 3