views:

50

answers:

1

I have inserted an image as a blob in a sqlite. Now how can I fetch that blob as an image or how can I convert that blob into image file.

+1  A: 

I found this tutorial that describes how to read and write blobs into sqlite3 and how to convert to UIImage via NSData.

CVertex
@CVertex: Thanks Bro. It worked for me. :-)
Harsh