2

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?

Ray
  • 272
  • 2
  • 13
  • Could you provide the code to what you have tried. There may be a way to add constraints to help. Also if you have any images of what you are going for or what you have with a description of what you would like changed about it. That may assist others in pointing you in the right direction. – Dan Leonard Aug 28 '16 at 17:20
  • @DanielLeonard, I finally able to add the image by provide a custom xib file which is subclass of JSQMessagesCollectionViewCell. Thanks anyway – Ray Aug 29 '16 at 10:09

0 Answers0