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

#import <JSQMessagesLoadEarlierHeaderView.h>

Inheritance diagram for JSQMessagesLoadEarlierHeaderView:

Class Methods

(UINib *) + nib
 
(NSString *) + headerReuseIdentifier
 

Properties

id< JSQMessagesLoadEarlierHeaderViewDelegatedelegate
 
UIButton * loadButton
 

Detailed Description

The JSQMessagesLoadEarlierHeaderView class implements a reusable view that can be placed at the top of a JSQMessagesCollectionView. This view contains a "load earlier messages" button and can be used as a way for the user to load previously sent messages.

Method Documentation

+ (NSString *) headerReuseIdentifier

Returns the default string used to identify the reusable header view.

Returns
The string used to identify the reusable header view.
+ (UINib *) nib

Returns the UINib object initialized for the collection reusable view.

Returns
The initialized UINib object or nil if there were errors during initialization or the nib file could not be located.

Property Documentation

- (id<JSQMessagesLoadEarlierHeaderViewDelegate>) delegate
readwritenonatomicweak

The object that acts as the delegate of the header view.

- (UIButton*) loadButton
readnonatomicweak

Returns the load button of the header view.


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