forum

Home / DeveloperSection / Forums / Displaying images in UICollectionViewCell from database in iOS

Displaying images in UICollectionViewCell from database in iOS

Anonymous User 1558 30-Nov-2015

I am a beginner in iPhone app development, I want to display image in UICollectionViewCell from using database.
In our programming I am using code like this :

SqliteDB *images;
images = [SQliteDB alloc] init];
imgArray = [images OpenMyDatabase: @"SELECT images FROM exterior" :

@"images"];

So, my problem is how can I display those images?


Updated on 02-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By