-1

I'm working on a chat feature in an app and I was trying to go off the style of iOS's SMS and Facebook's Messenger app for the speech bubbles around the text. My question is how can I make those little tails that come off the bottom left/right (depending on if sending or receiving) of the bubble? I'm having a hard time finding info/tutorial for this

Tommy K
  • 1,759
  • 3
  • 28
  • 51
  • You can have images of the same color of the bubble and with Autolayout set to bottom (left or right as apply). Also you can use a view and using CAShapeLayer create a mask with the shape of the Tail. – José Roberto Abreu Jun 24 '16 at 20:58
  • [Here](http://stackoverflow.com/a/13436170/1611876) You could fine some resources that might help you. – vhristoskov Jun 25 '16 at 00:56

1 Answers1

0

I had to do a similar thing and used this and it worked great!: https://github.com/jessesquires/JSQMessagesViewController

Jacolack
  • 1,365
  • 2
  • 11
  • 25