Questions tagged [alassetslibrary]

A cocoa-touch framework. An instance of ALAssetsLibrary represents the videos and photos that are under the control of the Photos application.

A cocoa-touch framework. An instance of ALAssetsLibrary represents the videos and photos that are under the control of the Photos application. The library includes those that are in the saved photos album, those coming from iTunes and those that were directly imported into the device. You use it to retrieve the list of all asset groups and to save images and videos into the Saved Photos album.

616 questions
-1
votes
1 answer

Objective-C / ALAssetslibrary - How can i change my method to work synchronously

I have implemented a method that retrieve correctly the informations about images using the Alassetslibrary. As you know, it works asynchronously but in my case i need that it works synchronously. I have only to read the informations about images…
Hieicker
  • 595
  • 1
  • 11
  • 29
1 2 3
41
42