Top "Alassetslibrary" questions

A cocoa-touch framework.

Unable to load image from asset URL

I have a class that stores information about the assets on the phone (images, videos). My class has the ResourceURLString …

iphone alassetslibrary
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 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
How to Localize NSPhotoLibraryUsageDescription key (ALAssets)

I'm trying to localize the NSPhotoLibraryUsageDescription key defined in the application's info.plist file (reference here). This key gives you …

iphone xcode ios6 alassetslibrary
To Get all Images from Photo Library in iphone

I trying to retrive images from Photo Library & display in my app using AssetsLibrary. I got the URL path …

iphone objective-c ios xcode4 alassetslibrary
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
Delete an asset (picture or video) from IPhone in IOS

I am working on an Iphone app and I can enumerate assets using the Assetslibrary and load them into a …

ios tableview assets 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
Unable to link ALAssetsLibrary

I am struggling with linking ALAssetsLibrary in my code. I have googled a lot on this and followed more than …

ios5 alassetslibrary
iOS stopped asking user for Photo Library Permission

iOS is not asking user for Photo Library Permission anymore. Even when I deleted the app from the device. This …

ios objective-c alassetslibrary