I am developing a video app for iPhone. I am recording a video and saving it to iPhone Camera Roll using AssetsLibrary framework. The API that I have used is:
I\'m trying to incorporate the example found on http://www.icodeblog.com/asset-libraries-and-blocks-in-ios-4/ into my own app.This is what I have so far:
I\'ve got an app with location services ENABLED (from settings etc), and I\'m reading all the photos from my device using ALAssetsLibrary.
I compiled and ran the MyImagePicker project from the WWDC 2010 sample code on my iPhone 3Gs with iOS 4.2.1, but it just gives me a blank table.Shouldn\'t it be populating with data from my photo roll
I wrote a simple iOS program to get number of photo images which are saved in the camera roll by using \'Assets Library\' framework provided in the SDK4.2.
Quick question: for how long is an ALAssetRepr开发者_如何学编程esentation URL (its \'url\' property) guaranteed to point to the same asset?
I have tried to implement the Asset Library and create a Custom Image Picker. Specifically, I a开发者_如何学JAVAm trying to run the code given here: http://icodeblog.com/2010/10/07/cloning-uiimagepick
I want a new thread because I like to post some codes , the little comment section wouldn\'t do it. Thanks peter Deweesepreviously, but I still have issues..
I am having major issues trying to save a photo to camera roll with geotag info on iOS4.1. I am using following ALAssetsLibrary API:
So this one is pretty odd ad I\'m not sure if the trouble is with the AssetsLibrary API, but I can\'t figure out what else might be happening.