I have some image data stored in BLOB format in MySQL database,
I fetch the string and integer data but for image it does not display.
i also tried using a UIImageView
but it doesn't work.
Can some one please post some code to display the image data in a UITableView
.
NSData
-->UIImage
-->image display.
Thanks