0

How to create a custom sticker view for chat app? Like in iMessages stickers. Draggable sticker view.

Is there any possibility to do it in own chat app.

GoodSp33d
  • 6,252
  • 4
  • 35
  • 67
Deepak ravi
  • 43
  • 10
  • use MSSticker class while create stickers – Muhammad Shauket Feb 06 '18 at 08:05
  • I didn't get any code, how to use the MSSticker in own chat app. Could you please guide me to achieve the thing. – Deepak ravi Feb 06 '18 at 08:10
  • I have spend more than a day but i did get any idea. – Deepak ravi Feb 06 '18 at 08:11
  • My bad i used only for imessage extension , not separately for app. – Muhammad Shauket Feb 06 '18 at 08:25
  • Stickers used in [iMessage](https://developer.apple.com/stickers/) really does not need any coding as such. Draggable stickers are provided out of the box without any need for developer to code. If you are looking for code related to this you might not get any. However iMessages do have extension for writing custom iMessage apps, you can create your own using [Message Framework](https://developer.apple.com/documentation/messages). Do note that **these classes only work with iMessage**. The underlying code might not be available publicly if you are looking for reference. – GoodSp33d Feb 06 '18 at 10:09
  • Thank you for the responses. – Deepak ravi Feb 06 '18 at 10:12
  • Is there any possibility to do the expandable view? like in the same iMessage. I hope from that we can able to customize it. – Deepak ravi Feb 06 '18 at 10:13
  • As far as I know all of these classes included in Message Framework cannot be used outside. So if you are looking at something similar in your chat application, you might have to end up doing everything. You can think of it like this, Message Framework provides us the container, and we only have control on what goes inside the container. In your case you are looking at reusing the container, which might not be available. – GoodSp33d Feb 06 '18 at 11:11

0 Answers0