Chanced270
Chanced270

Reputation: 111

UICollection View to display data from parse

I've been trying to get a standard UIcollectionView to display information pulled from Parse and it is not working at all. All I need is a simple way to implement a Collection view to show the name of the item with an image to display the item. The number of items in each section is equal to the PF query. count that was performed. But I need to figure out how to display the items and how to create a working collection view.

Upvotes: 0

Views: 59

Answers (1)

Henit Nathwani
Henit Nathwani

Reputation: 442

You can refer this tutorial for UICollectionView.

It has nothing to do with the Parse or PFQuery at the moment.

Upvotes: 1

Related Questions