Questions tagged [photolibrary]

176 questions
3
votes
4 answers

How to delete a photo from camera roll?

I can write photos to camera roll, but how can I delete one? I remember a couple years ago someone said it is impossible, but I believe I have seen an app recently that did it.
openfrog
  • 40,201
  • 65
  • 225
  • 373
3
votes
1 answer

Image quality lower is not like displaying in photo album

Hi i am new to the iOS. I am developping one app, it contain photo editing feature. for that purpose i can pick the photo from photo library. i could successfully pick the photo and place it in UIImageView.but i feel its not that much good. it has…
thavasidurai
  • 1,972
  • 1
  • 26
  • 51
2
votes
3 answers

How to load image from UIImagePicker with alpha

I am using UIImagePicker to load an image that I have upload to the photo library (on my iPad), however it loads without the alpha channel. I have tripple checked to make sure the image has one. Unless it is removed when syncing to itunes? Here is…
Kangoo
  • 143
  • 3
  • 15
2
votes
1 answer

Received file exists in Photo Library

I need to check that the received file exists in Photo Library Let me explain below I transferred/synced one photo Library image/video from one Ipad(sender) to another Ipad(receiver) Photo Library through Wifi network. I completed it…
humblePilgrim
  • 1,818
  • 4
  • 25
  • 47
2
votes
1 answer

iPhone Simulator - Strange memory leak when using Photo Library

I'm having a very strange memory leak when showing the Photo Library for picking a photo in my application. I get a 32.5 KB memory leaked triggered by MusicLibrary. It looks like this Leaked Object # Address Size Responsible Library…
2
votes
1 answer

How can I display my images in my viewController the same as the below screen shot?

In my iPad program I have an array which holds images. How can I display my all images (from an image array) in my viewController the same as the below screen shot? Is there a good way to do it, any sample application paths to refer or sample…
Vipin
  • 4,718
  • 12
  • 54
  • 81
2
votes
0 answers

Ionic-3 Photo-library plugin crashes in iOS version 13. Unexpectedly found nil while unwrapping an Optional value: file

Ionic-3 Photo-library plugin crashes in iOS version 13. Works fine in iOS 12 version. Here is the log: 2019-09-30 12:03:03.878478+0530 destinate[453:135517] [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 “(null)”" Fatal…
Priya Kumari
  • 106
  • 1
  • 4
2
votes
2 answers

can't find Camera Roll album in Smart Album iOS 13

I ran into a problem. There were 15 albums for type smartAlbum in AssetCollection before iOS 13, but with iOS 13, the number became 14. Camera Roll disappeared from it. Here Code of fetching albums: func loadAlbums() { var albums:[AlbumModel]…
2
votes
2 answers

Windows Phone: How to retrieve the same photo from media library between application instances

How do I retrieve the same photo from the media library between application instances? I launch the photo library for the user to select a photo via: PhotoChooserTask myPhotoChooser = new PhotoChooserTask(); …
KwackMaster
  • 180
  • 2
  • 13
2
votes
1 answer

App is not asking for Photo Library usage permission

I have added Privacy - Photo Library Additions Usage Description & Privacy - Photo Library Usage Description. But none of the keys is asking for user permission to access the photo library. I have tested in Simulator as well as in real device. I…
iGatiTech
  • 2,306
  • 1
  • 21
  • 45
2
votes
2 answers

How can I add some photos to the simulator photo library?

How can I add some photos to the simulator photo library?
Voloda2
  • 12,359
  • 18
  • 80
  • 130
2
votes
2 answers

Is it possible to save a reference to where a photo is stored from the photo library instead of saving the actual UIImage itself as data?

I want to save images in my iOS app in Core Data, but all of the images I want to save are being imported from the photo library. So it would make way more sense to save the already existing reference to that photo from the photo library rather than…
Kyle Somers
  • 614
  • 1
  • 8
  • 21
2
votes
2 answers

IOS photos privacy and image upload process

I am an iPhone user and typically, when you want to upload a photo to an app, there are three steps:first, the app checks whether it has permission to access albums and if it does not ,it will ask you to give permission. Then, you will be presented…
gravition
  • 113
  • 1
  • 3
  • 13
2
votes
1 answer

NSData dataWithContentsOfURL for URL from camera roll

I have some URLs for the videos stored in camera rolls. For example: file:///var/mobile/Media/DCIM/100APPLE/IMG_0249.MP4 I would like to further process those videos as NSData, but if I use NSURL* videoURL = [NSURL…
Thinium
  • 171
  • 1
  • 14
2
votes
3 answers

How to get photo Library Image count

extracting image from Photolibrary we use the UIImagePickerViewController and UIImagePickerControllerSourceTypePhotoLibrary to go into Photolibrary and get image, Now here my question How do i get Count of images which are saved in my…
kiran
  • 4,285
  • 7
  • 53
  • 98
1 2
3
11 12