Top "Photosframework" questions

This tag should only be used for questions related to the Photos framework available in iOS, macOS, and tvOS.

How to use PHPhotoLibrary like ALAssetsLibrary

For iOS9, ALAssetsLibrary is deprecated. So how to change it as PHPPhotoLibrary instead of ALAssets? if (RecordedSuccessfully && recording == …

ios objective-c ios9 alassetslibrary photosframework
Photos Framework requestImageDataForAsset occasionally fails

I'm using the photos framework on iOS8.1 and requesting the image data for the asset using requestImageDataForAsset... Most of the …

ios objective-c photosframework
How can I determine file size on disk of a video PHAsset in iOS8

I can request a video PHAsset using the Photos framework in iOS8. I'd like to know how big the file …

ios video photokit photosframework
Loading image from "My Photo Stream" using UIImagePicker results URL and PHAsset on iOS8

I am updated an app from ios7 to ios8 and struggling to get UIImagePicker working to load a picture from …

ios ios8 uiimagepickercontroller photosframework photostream
With the iOS Photos Framework how do I list all PHAssetCollections available?

With the iOS Photos Framework how do I list all PHAssetCollections available? I'd like to find the "Photo Roll" collection …

ios objective-c photosframework
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
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
AssetsLibrary framework broken on iOS 8

I have run into an issue on iOS 8 with the Assets Library framework that appears to be a bug in …

objective-c ios7 ios8 alassetslibrary photosframework
Get an error when trying to get all the photos from PHAssetCollection.fetchAssetCollections

I want to get all the photos of my custom album. but instead what I get is the below error. …

swift photosframework