please help me with my qu开发者_如何学编程estion: Can I give URLs and metadata for all the images/videos in iPhone library with ALAssetsLibrary?
I tried to use ALAssetLibrary to get albums and photos. This is my code: void (^assetEnumerator)(struct ALAsset *, NSUInteger, BOOL *) = ^(ALAsset *result, NSUInteger index, BOOL *stop) {
I am using the following to create an NSData object from an ALAssetRepresentation to both export an image file as well as create an md5 hash from:
I\'m developing an iPhone app that includes some standard \"camera\" functions. Saving to camera roll is really TOO slow, it requires about four seconds on iPhone 4. Is there some way to improve speed
i have a Video file as NSData.how can i write the NSData file as Video in to Photolibrary/SavedPhotosAlbum?
I would like to wait this code to be executed before to continue but as these blocks are called assynchronously I don\'t know how to do???
I\'m using the Assets Library on an app to enumerate the Photos Events of a device. My code works fine when i test it on my iPad. The Photos Events are enumerated and i can handle them perfectly. Whe
My iOS app has a bunch of simple logic tests, which we run in a continuous integration using buildot.
I\'ve noticed that the NSDictionary returned by UIImagePicker for Camera Roll seems to no longer return a UIImagePickerControllerOriginalImage object.Instead I get a UIImageControllerReferenceURL, req
I\'m developing an iOS app that is based on ALAssetsLibrary api (available since 4.0), I use it to retrieve all the images and videos saved on the device and it\'s been pretty simple to do that. Anywa