Top "Alasset" questions

An ALAsset object represents a photo or a video managed by the Photo application.

Get video NSData from ALAsset url iOS

I am not able to retrieve NSData from the url that I get from ALAsset Below is the code I …

iphone ios cocoa-touch cocoa alasset
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
Getting the path of an ALAsset

How can I get the path of each item in an array of ALAssets? I would like to get the …

ios iphone alasset
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
ALAssetsLibrary assetForURL: always returning nil for photos in "My Photo Stream" in iOS 8.1

This code worked fine in iOS 7 but in iOS 8.1 all assets located in the "My Photo Stream" album are nil …

ios alassetslibrary alasset ios8.1
How do I get a thumbnail or saveable path from UIImagePickerController to use for a UIImageView?

Could somebody please explain or show some sample code of how I can use get a thumbnail to be put …

iphone uiimageview uiimage uiimagepickercontroller alasset
Wait for assetForURL blocks to be completed

I would like to wait this code to be executed before to continue but as these blocks are called assynchronously …

iphone objective-c alasset alassetslibrary
How to check if an ALAsset still exists using a URL

I've got an array containing ALAsset urls (not full ALAsset objects) So each time I start my application I want …

iphone alasset alassetslibrary
iphone retrieve image using URL using ALAsset

I want to know how to how to retrieve a image using URL. I am using the ALAsset. I followed …

iphone image upload alasset
How to save video from assets url

I want to save video to my app document from asset url. My asset url is as follows:- "assets-library://…

iphone objective-c xcode ios4 alasset