I'd like to add image to message bubbles using JSQMessagesViewController.
I tried add UIImageView to
JSQMessagesCollectionViewCell.messageBubbleContainerView
But the message text will be covered by image.
I would like to show the image view on either right or left side of the bubble, and leave the message text as they were.
How could I do that?