#import <PFCollectionViewCell.h>
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.
| - (void) updateFromObject: |
|
(nullable PFObject *) |
object |
|
This method should update all the relevant information inside a subclass of PFCollectionViewCell.
This method is automatically called by PFQueryCollectionViewController whenever the cell should display new information. By default this method does nothing.
- Parameters
-
| object | An instance of PFObject to update from. |
| - (PFImageView*) imageView |
|
readnonatomicstrong |
The lazy-loaded imageView of the collection view cell.
- See also
- PFImageView
A simple lazy-loaded label for the collection view cell.
The documentation for this class was generated from the following file: