Not showing smily ( Emoji ) in in UITextView in iOS?

后端 未结 2 1481
北恋
北恋 2021-01-07 13:44

I have stored all uni-codes(emoji characters) in plist supported by iphone. When i write directly as

- (IBAction)sendButtonSelected:(id)sender {
NSMutableArr         


        
2条回答
  •  一整个雨季
    2021-01-07 14:05

    Wel said by @AliSoftware, the Plist data will be read as-it is, so you can add the emojis to your plist by following this steps:

    1) Go to your top bar, and click on Edit.

    2) Now select Special Characters

    3) Now drag and drop emoji to plist.

    For more details I am adding snap shots. take a look at it.Step No. 1Step No. 2Step No. 3

提交回复
热议问题