|
LuxChat
2.0
Instant messenger for iOS
|
#import <JSQMessagesTypingIndicatorFooterView.h>
Instance Methods | |
| (void) | - configureWithEllipsisColor:messageBubbleColor:shouldDisplayOnLeft:forCollectionView: |
Class Methods | |
| (UINib *) | + nib |
| (NSString *) | + footerReuseIdentifier |
The JSQMessagesTypingIndicatorFooterView class implements a reusable view that can be placed at the bottom of a JSQMessagesCollectionView. This view represents a typing indicator for incoming messages.
| - (void) configureWithEllipsisColor: | (UIColor *) | ellipsisColor | |
| messageBubbleColor: | (UIColor *) | messageBubbleColor | |
| shouldDisplayOnLeft: | (BOOL) | shouldDisplayOnLeft | |
| forCollectionView: | (UICollectionView *) | collectionView | |
Configures the receiver with the specified attributes for the given collection view. Call this method after dequeuing the footer view.
| ellipsisColor | The color of the typing indicator ellipsis. This value must not be nil. |
| messageBubbleColor | The color of the typing indicator message bubble. This value must not be nil. |
| shouldDisplayOnLeft | Specifies whether the typing indicator displays on the left or right side of the collection view when displayed. |
| collectionView | The collection view in which the footer view will appear. This value must not be nil. |
| + (NSString *) footerReuseIdentifier |
Returns the default string used to identify the reusable footer view.
| + (UINib *) nib |
Returns the UINib object initialized for the collection reusable view.
UINib object or nil if there were errors during initialization or the nib file could not be located.
1.8.9.1