简体   繁体   中英

How to show Emoji like skype in ios sdk

I am creating Chat Application. I want enable emoji symbols like skype in my application even thought the Settings -> General ->Keyboard -> Add New Keyboard ->Emoji Was not enabled in device.

键盘图像
I need to display the emoji like the above image. Please suggest me some ideas

Yes you can.

Directly assign emoji characters in control.

I have used \ characters emoji as bullet in UITextView and UILabel.

lbltest.text=@"\ Check this out!";

You can refer this link for getting supported emoji characters.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM