I'm wanting to use QLPreviewController to display ALAssets from the Photo Stream QLPreviewController needs an NSURL to display the item
This works great when it is a File URL such as /var/mobile/Applications/5374......9E0/Documents/image33.png
I have the ALAsset
However using [[asset defaultRepresentation] url] gives me a NSURL type
assets-library://asset/asset.JPG?id=00000000-0000-0000-0000-000000000075&ext=JPG
But this does not display QLPreviewController just keeps showing loading ??
Any ideas ? Thanks in advance