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
1
vote
1 answer

How to select multiple images in Photos Library using ELCImagePickerController and ALAssetsLibrary?

As iam a newbie please tell me how to select multiple images in the photos library. I have been searching the solution since a week, but not finding a relevant one for my code. As per my code, iam able to select one image at a time. This is how my…
vanya
  • 59
  • 3
  • 11
0
votes
1 answer

How to change Tick icon of ELCImagepicker in Xamarin.forms?

I am using ELCImagepicker.dll to create gallery with multi image selection. Everything is working fine. 1- I want to change icon of Tick whenever user select. It's very old style 2- Change validation message of maximum selection. I want to use the…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

elcimagepickercontroller in swift

I am using xcode 7.2 and Swift 2.1.1. I am using ELCImagePickerController through bridging header. When I use ELCImagePickerControllerDelegate in class declaration,it shows error- the viewcontroller does not conform to protocol…
thipoo24
  • 138
  • 15
0
votes
1 answer

Why I am getting ERROR: Type 'Any' has no subscript members when trying to use ELCimagepickercontroller

I am new to swift, I am using swift 3. I am trying to pick multiple image from photo library and I am using ELCimagepickercontroller However when I am trying to read the images from the array I got error: Type 'Any' has no subscript members My Code…
rania
  • 57
  • 7
0
votes
0 answers

Why code inside ELCimagePickerController is not executed?

This is my first iOS application. Swift 3 is used. I am using ELCImagePickerController to select multiple images. My code successfully opens library and I can select multiple images. However, on Cancel or finish selecting, nothing happened and no…
0
votes
2 answers

How to add libraries and use ELCImagePickerController to select multiple images in swift 3 ios 10

I am new to swift coding using swift 3. I built my app to select images from photolib successfully, now I am trying to select multiple images, I want to know the steps to use the ELCImagePickerController in my app. How can I add the libraries and…
rania
  • 57
  • 7
0
votes
1 answer

How to get NSData of video in elcImagePickerController?

I want to upload video to server... and am using elcImagePickerController to select multiple/single video But in - (void)elcImagePickerController:(ELCImagePickerController *)picker didFinishPickingMediaWithInfo:(NSArray *)info method am not…
0
votes
0 answers

Edit elcimagepickercontroller picker width

I used ELCImagePicker with my APP I faced two problems the first one when gallery appear view not equal to the width of iPhone or iPad like image blow, the second one images that appear in gallery are pixeled not on the normal…
Ahmed Abdallah
  • 2,338
  • 1
  • 19
  • 30
0
votes
1 answer

How to delete multiple images from photos app selected by ELCImagePickerController?

I use ELCImagePickerController for select multiple images from photos app in my application. I want to delete those images from photos app selected by ELCImagePickerController. Please help me to solve this. ELCImagePickerController allowed two…
Mitesh Dobareeya
  • 970
  • 1
  • 11
  • 36
0
votes
1 answer

Saving and fetching Multiple Image Selection From Library in Core Data

I am building a project where I am using ELCImagepickerController for multiple selection and then I am saving those selected image into core data. Now I am fetching those images in another VC and showing them into an UICollectionView. But the…
0
votes
1 answer

showing video as well as image in ELCImagepicker

I have implement the ElCImagePicker code to my app for select multiple images.But when i click on to select_images button then it showing images very good and also can select images but my problem is that it showing videos on list of images. so what…
Bhavin Ramani
  • 3,221
  • 5
  • 30
  • 41
0
votes
2 answers

ELCImagePickerController delegate methods not called

I'm trying to build an app using ELCImagePickerController. I found that I could select multiple pictures. However, the ELCImagePickerController delegate method was not called. This is my code: @IBAction func uploadImages(sender: AnyObject) { …
Alex Jiang
  • 91
  • 1
  • 4
0
votes
1 answer

How to check selected video size using ELCImagePickerController

I am using ELCImagePickerController for multiple video selection. But I want to get size of selected video. When user click on any video, then their video size is check. Right now, all selected video information is getting in: -…
0
votes
1 answer

How to get playable video url by selecting a video using ELCImagePickerController

Right now, I am selecting multiple video using ELCImagePickerController But after selection it give ALAssetTypeVideo not public.movie" type url , So I am unable to play this with AVPlayer. Please help me. I am trying with Following code: -…
KDRocks
  • 161
  • 3
  • 18
-2
votes
1 answer

Multi Image Picker objective-c

In my application i want that user should be able to select multiple images from his gallery, but using UIImagePickerController we can select only 1 image at a time. And as i am a fresher and don't have much knowledge of objective-c i am not able to…
CodeGuru
  • 61
  • 8