LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
PFCollectionViewCell Class Reference

#import <PFCollectionViewCell.h>

Inheritance diagram for PFCollectionViewCell:

Instance Methods

(void) - updateFromObject:
 

Properties

UILabel * textLabel
 
PFImageView * imageView
 

Detailed Description

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.

Method Documentation

- (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
objectAn instance of PFObject to update from.

Property Documentation

- (PFImageView*) imageView
readnonatomicstrong

The lazy-loaded imageView of the collection view cell.

See also
PFImageView
- (UILabel*) textLabel
readnonatomicstrong

A simple lazy-loaded label for the collection view cell.


The documentation for this class was generated from the following file: