Top "Alassetslibrary" questions

A cocoa-touch framework.

Save Photos to Custom Album in iPhones Photo Library

I'm trying to create a custom album in the Photo Library of an iPhone and then save photos that I've …

iphone objective-c uiimage uiimagepickercontroller alassetslibrary
iOS 8 Photos framework. Access photo metadata

I'm looking at replacing ALAssetsLibrary with Photos framework in my app. I can retrieve photos, collections, and asset sources just …

ios iphone uiimageview alassetslibrary ios8
NSURL from PHAsset

I'm converting our app over to use the Photos Framework of iOS8, the ALAsset framework is clearly a second class …

ios8 alassetslibrary photosframework phasset
How to set the cover for custom album in iOS Photos?

This article is a great tutorial for creating custom photo album. However, it only sets the first photo as the …

iphone ios ios5 uiimagepickercontroller alassetslibrary
Getting video from ALAsset

Using the new asset library framework available in iOS 4 i see that I can get the url for a given …

iphone alassetslibrary alasset
Write UIImage along with metadata (EXIF, GPS, TIFF) in iPhone's Photo library

I am developing a project, where the requirements are: - User will open the camera through the application - Upon …

iphone objective-c exif alassetslibrary
How to get an ALAsset URL from a PHAsset?

You can do it sneakily† using the undocumented PHAsset.ALAssetURL property, but I'm looking for something documented. † In Objective-C, this …

ios8 alassetslibrary alasset photokit phasset
iOS save photo in an app specific album

I'm creating an iOS 5 app. I want to save a photo to the device. I want to save the photo …

iphone objective-c ios camera alassetslibrary
How to get a photo's original filename in iOS?

I'm currently developing an iPad app where a user will enter a photo filename in a text field (as part …

objective-c ios ipad alassetslibrary
Save UIImage to Photo Album with writeImageToSavedPhotosAlbum

I'm trying to save a UIImage to Photo Album. I've tried severl methods the last one is: -(IBAction)captureLocalImage:(…

iphone objective-c ios alassetslibrary