Questions tagged [pfcollectionviewcell]

The PFCollectionViewCell class represents a collection view cell which can download and display remote images stored on Parse as well as has a default simple text label.

The PFCollectionViewCell class represents a collection view cell which can download and display remote images stored on Parse as well as has a default simple text label.

Reference

https://parse.com/docs/ios/api/Classes/PFCollectionViewCell.html

3 questions
2
votes
2 answers

PFImageView not working on sublass of PFCollectionViewCell

I am having difficulty getting my subclass of PFCollectionViewCell to play nicely with PFImageView. I am using Storyboards to rig up my PA_ProfileCollectionViewCell. All I am trying to do is load in an image (which I can get successfully from…
0
votes
3 answers

Can't deselect item in collectionView

i have collectionView. At the first launch I change color for first item to black. The problem is that when I select another item I want it to become black and first item become white. I use didSelectItemAtIndexPath and didDeselectItemAtIndexPath,…
0
votes
1 answer

Parse.com query.limit doesn't work in PFCollectionView

First, thanks for helping. I am writing an iOs application developed with Swift and i'm using Parse.com. In a class named liste_joueurs, there is around 15 rows. However, I just want to retrieve the first four results. I read the docs and found…
Eisw0lf
  • 23
  • 6