photolibrary Questions
6
Solved
I'm on Swift 3, iOS 10.3, and Xcode 8.3.3.
When I access the photo library on the simulator the UIImagePicker is presented with no problem and I can pick photos. As soon as I try to access the pho...
Dozen asked 21/8, 2017 at 4:49
4
Solved
Is there a way to get the file size on disk of a PHAsset without doing requestImageDataForAsset or converting it to ALAsset? I am loading in previews of a user's photo library - potentially many th...
Ovarian asked 14/7, 2017 at 19:58
2
Solved
I am trying to make an app where the user can select an image out of their image library that will be used as background, followed by their logo that they can also choose from their (photo) library...
Parakeet asked 11/10, 2015 at 19:49
8
Solved
I'm saving a merged image to the iPhone photo library using:
UIImageWriteToSavedPhotosAlbum(viewImage, self, @selector(savedPhotoImage:didFinishSavingWithError:contextInfo:), nil);
And getting t...
Dicast asked 16/12, 2010 at 6:4
2
Solved
I'm trying to access both the camera and photo library in swift4 using the following code
let imagePickerController = UIImagePickerController()
imagePickerController.delegate = self
let alert =...
Zarate asked 19/9, 2018 at 5:58
5
Solved
I need to get and show last taken 3 photos from photo library on viewDidload event without any clicks.
After this step, I should get other photos 3 by 3 when I scroll the ScrollView.
Do you know th...
Babirusa asked 1/2, 2015 at 5:58
3
Solved
Is there a way I can delete an image that is loaded into my app from a UIImagePickerController?
I want to be able to delete the image from the user's photo library when the user performs a specifi...
Gearalt asked 31/1, 2010 at 19:24
2
Solved
I have successfully added metadata to a jpg created within the app and saved it to the Camera Roll using the
writeImageToSavedPhotosAlbum: metadata: completionBlock:
method. However I would al...
Forster asked 15/9, 2011 at 14:21
3
Solved
I want to get all of the pictures from photoLibrary. I would prefer a method or example that I can use directly.
Fechter asked 28/9, 2012 at 5:1
2
Solved
I am using the Photos framework to fetch album list in iOS8. I am able to do it using
PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeSmartAlbum...
Ubangi asked 22/1, 2015 at 12:58
6
Solved
Using PhoneGap(Cordova), Am trying to get base64 image data of the photo chosen from the photo library.
I could do that.. when the photo is captured from camera, With the below snippet of code in...
Gloomy asked 25/6, 2012 at 11:35
4
Solved
I am creating an iPad app that has several pictures (UIImageViews) in a horizontal scrollview. I want to allow the user to be able to save the images to their Photo Library when they tap on one of ...
Subrogation asked 16/11, 2010 at 19:22
2
Solved
I have a storyboard where I created a UINavigationController instance and set its custom class to UIImagePickerController.
If I set imagePicker.sourceType = UIImagePickerControllerSourceTypeCamera...
Iceskate asked 3/3, 2014 at 21:45
2
Solved
I am trying to upload the image from my iPhone/iPod touch to my online repository, I have successfully picked the image from Photo Album but i am facing one problem i want to know the name of the i...
Elma asked 3/5, 2011 at 3:48
2
Solved
Anyone encountered this error before when trying to access the photo library using the image picker?
NSInvalidArgumentException Cannot set metadata in read-only store.
Any advise on what actuall...
Silicium asked 9/10, 2011 at 5:13
1
© 2022 - 2024 — McMap. All rights reserved.