I want to read the contents of an assets library file in iOS
NSFileHandle fileHandleForReadingFromUrl
using the asset defaultRepresentation
url seems to always return 0x0
...
I'll keep looking for a solution in the mean time.
EDIT:
Looks like the answer from Anomie might be what I want:
NSUInteger length = [representation getBytes:bytes fromOffset:0 length:[representation size] error:&error];