I have some images in sqlite database. I saved Image in BLOB type (I converted in img.pngdata as NSData and save it to db). Now I want to retrieve images and show them in a uicollectionview view. when I retrieve image it is like this 1. Which type of array should I use to show them in collection view? The table in the db is like this2.
Also, how can I get the image name as a string from the retrieved image?