How to get image to display collection view in ios

i just want to store image and and read images show in collection view in ios … i just want some help or you have any reference tutorial or any doc…
:innocent:

thanks

Hi, sounds like you want to add an attachment. Here’s the documentation for doing that: http://developer.couchbase.com/documentation/mobile/current/develop/guides/couchbase-lite/native-api/attachment/index.html

Does that help answer your question?

Look at the CBLUICollectionSource class in the Extras folder of the download. It implements the dataSource for a collection view backed by a CBLQuery.