Re: ALAssetsLibrary and iOS5

2011-10-29 Thread Sandy McGuffog
Just looking at the code, one issue that you might be running into is that for ALAssetsLibrary under iOS 5, to quote from the Apple docs, The lifetimes of objects you get back from a library instance are tied to the lifetime of the library instance. In this case, it's not at all clear to me

Re: ALAssetsLibrary and iOS5

2011-10-29 Thread James Cicenia
Thanks... found the answer in the developer forum. The Library had to be initialized in AppDelegate (singleton). thanks On Oct 29, 2011, at 1:46 AM, Sandy McGuffog wrote: Just looking at the code, one issue that you might be running into is that for ALAssetsLibrary under iOS 5, to quote

ALAssetsLibrary and iOS5

2011-10-28 Thread James Cicenia
Hello - My code now for gathering images from the photo library seems to always timeout the library instance. How can I not? Nothing I have tried works. I am using the ELCAlbumPickerController code which used to work great: dispatch_async(dispatch_get_main_queue(), ^ {