#import <JSQMessagesBubbleImage.h>
A JSQMessagesBubbleImage model object represents a message bubble image, and is immutable. This is a concrete class that implements the JSQMessageBubbleImageDataSource protocol. It contains a regular message bubble image and a highlighted message bubble image.
- See also
- JSQMessagesBubbleImageFactory.
| - (instancetype) initWithMessageBubbleImage: |
|
(UIImage *) |
image |
| highlightedImage: |
|
(UIImage *) |
highlightedImage |
|
|
| |
Initializes and returns a message bubble image object having the specified regular image and highlighted image.
- Parameters
-
| image | The regular message bubble image. This value must not be nil. |
| highlightedImage | The highlighted message bubble image. This value must not be nil. |
- Returns
- An initialized
JSQMessagesBubbleImage object if successful, nil otherwise.
- See also
- JSQMessagesBubbleImageFactory.
| - (UIImage*) messageBubbleHighlightedImage |
|
readnonatomicstrong |
Returns the message bubble image for a highlighted display state.
| - (UIImage*) messageBubbleImage |
|
readnonatomicstrong |
Returns the message bubble image for a regular display state.
The documentation for this class was generated from the following files:
- Vendors/JSQMessagesViewController/Model/JSQMessagesBubbleImage.h
- Vendors/JSQMessagesViewController/Model/JSQMessagesBubbleImage.m