YuAo / WUEmoticonsKeyboard

Customizable emotion icons keyboard for iOS.
MIT License
339 stars 74 forks source link

Images in the text view? #12

Closed anthonybarouch closed 10 years ago

anthonybarouch commented 10 years ago

Hi,

How can I have the emoticon images in the text view instead of [applaud] etc ... ?

Thanks a lot.

Best regards,

AB

YuAo commented 10 years ago

You can use NSRegularExpression to extract the [xxx] form the text. Then use NSTextAttachment to draw custom item, for instance an image, in a UITextView. Google "NSTextAttachment image ios"

anthonybarouch commented 10 years ago

I will check it right now. Thanks a lot !

satyamub commented 8 years ago

@aaaaaa55555 where do you put that code to insert the emoticon