Re-introduces the delete action.

The delete action became opt-in in JSQMessagesViewController.
Fixes #913
Closes #1104

//FREEBIE
pull/1/head
Michael Kirk 8 years ago committed by Frederic Jacobs
parent 91d7ca2f53
commit f44393bb74

@ -173,6 +173,8 @@ typedef enum : NSUInteger {
[self initializeBubbles];
[self initializeTextView];
[JSQMessagesCollectionViewCell registerMenuAction:@selector(delete:)];
[self initializeCollectionViewLayout];
self.senderId = ME_MESSAGE_IDENTIFIER;

Loading…
Cancel
Save