iOS Store varbinary from XML in Core Data

I'm consuming an XML webservice in my iPad app and one of the elements in the XML is a varbinary(max) representation of an image stored in a SQL database.I want to store that binary data in CoreData so that I can use the image in my app.How would I best go about doing that?
 
Back
Top