Top "Photolibrary" questions

iPhone: How do I get the file path of an image saved with UIImageWriteToSavedPhotosAlbum()?

I'm saving a merged image to the iPhone photo library using: UIImageWriteToSavedPhotosAlbum(viewImage, self, @selector(savedPhotoImage:didFinishSavingWithError:contextInfo:), nil); And …

iphone ios uiimage save photolibrary
Swift - how to get last taken 3 photos from photo library?

I need to get and show last taken 3 photos from photo library on viewDidload event without any clicks. After this …

ios swift uiscrollview photolibrary
Using PhoneGap, How to get base64 image data of the photo chosen from photo library in iPhone

Using PhoneGap(Cordova), Am trying to get base64 image data of the photo chosen from the photo library. I could …

cordova camera base64 photolibrary
Get all of the pictures from an iPhone photoLibrary in an array using AssetsLibrary framework?

I want to get all of the pictures from photoLibrary. I would prefer a method or example that I can …

iphone ios photo-gallery photolibrary
Accessing the camera and photo library in swift 4

I'm trying to access both the camera and photo library in swift4 using the following code let imagePickerController = UIImagePickerController() imagePickerController.…

ios swift camera photolibrary phphotolibrary
Save image in UIImageView to iPad Photos Library

I am creating an iPad app that has several pictures (UIImageViews) in a horizontal scrollview. I want to allow the …

iphone xcode ipad uiimageview photolibrary
how to overlay an image over an image in xcode?

I am trying to make an app where the user can select an image out of their image library that …

ios image swift overlay photolibrary
Fetch only photos of type PHAssetMediaTypeImage form asset collection type PHAssetCollectionTypeSmartAlbum

I am using the Photos framework to fetch album list in iOS8. I am able to do it using PHFetchResult *…

ios photolibrary photokit phasset
MATLAB:: Drawing a number on a image (Matrix) on MATLAB

I'm using matlab in order to perform modifications on an image. I have loaded an image on Matlab. (the image …

image matlab photo photolibrary matlab-figure
UIImagePickerController Pick Multiple images

I am trying to simply enable picking multiple images from photolibrary using the UIImagePickerController, I wish I can add a …

iphone ios xcode uiimagepickercontroller photolibrary