views:

45

answers:

0

Hi,

I am looking for some advice on the best strategy for getting / putting GIF files in an SQLlite Database and how to initialize the ImageView.

I have images stored on URLs that can be downloaded but I'm not sure the best method to get them stored into the SQlite database.

should it be NSURLRequest - NSData - BLOB

then retrieve BLOB - NSData - UIImage.

Does anyone have example code for this or a better alternative...