#import <JSQMessagesCollectionViewCell.h>
The JSQMessagesCollectionViewCellDelegate protocol defines methods that allow you to manage additional interactions within the collection view cell.
Tells the delegate that an actions has been selected from the menu of this cell. This method is automatically called for any registered actions.
- Parameters
-
| cell | The cell that displayed the menu. |
| action | The action that has been performed. |
| sender | The object that initiated the action. |
- See also
JSQMessagesCollectionViewCell
Tells the delegate that the avatarImageView of the cell has been tapped.
- Parameters
-
| cell | The cell that received the tap touch event. |
Tells the delegate that the cell has been tapped at the point specified by position.
- Parameters
-
| cell | The cell that received the tap touch event. |
| position | The location of the received touch in the cell's coordinate system. |
This method is only called if position is not within the bounds of the cell's avatar image view or message bubble image view. In other words, this method is not called when the cell's avatar or message bubble are tapped.
- See also
- messagesCollectionViewCellDidTapAvatar:
-
- messagesCollectionViewCellDidTapMessageBubble:
Tells the delegate that the message bubble of the cell has been tapped.
- Parameters
-
| cell | The cell that received the tap touch event. |
The documentation for this protocol was generated from the following file: