Top "Phphotolibrary" questions

The PHPhotoLibrary framework provides interfaces for viewing, editing and creating assets and collections managed by the IOS Photos app.

Determine if the access to photo library is set or not - PHPhotoLibrary

With the new functionality in iOS 8, if you are using a camera in the app, it will ask for permission …

ios ios8 phphotolibrary
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
How To get Image URL From PHAsset? Is it possible To save Image using PHAsset URL to document Directory?

I used `NSURL *urlA = [info valueForKey:@"PHImageFileURLKey"];` but when i try to save image using URL then URL is nil. `…

ios objective-c ipad nsdata phphotolibrary
How to get the URL of an image just added in PHPhotoLibrary

I am using the UIImagePickerController in two cases to select an existing image in the Photo Library to take a …

url ios8 phphotolibrary
PHFetchResult get all photos and sort by date inconsistent

I'm trying to build a simply photo picker that has two options for now: Recents and Favorites. What I'm doing …

ios objective-c photosframework phphotolibrary phfetchoptions
How to get images from Custom album of Photos, iOS SDK?

I'm working on an iOS app in which I need gallery view like Instagram. I have added gallery View, camera …

ios objective-c phphotolibrary
PHPhotoLibrary change observer not called

I seem to be having a random problem that I have no idea why is happening. I cannot seem to …

ios objective-c photosframework phphotolibrary
PHPhotoLibrary requestAuthorization, not requesting

For testing, I was trying to recreate the system 'Requesting Access' popup experience. Update: Under iOS 11, after deleting the App, …

ios phphotolibrary