How to store an image in Core Data?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-06-06T17:46:08Z Indexed on 2010/06/06 17:52 UTC
Read the original article Hit count: 268

Filed under:
|

Just a guess: I make an attribute and make it's type "binary". But in the end, how would I use that? I guess there is an NSData behind the scenes? So that attribute actually takes an NSData?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data