How to show link to Emojis url in shortcut. Emojis Unicode format displays correctly, but when we display the emojis url link, it does not display its link with the same URL.
I use this code to show Emojis: - NSString * html = msCommentObj.mCommentText;
NSAttributedString *attr = [[NSAttributedString alloc] initWithData:[html dataUsingEncoding:NSUTF8StringEncoding] options:@{NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType, NSCharacterEncodingDocumentAttribute:@(NSUTF8StringEncoding)} documentAttributes:nil error:nil]; NSString *finalString = [attr string]; descriptionCommentsLbl.text = finalString;*
Here is Emoji's answer: - True.
https://mysponsers.com//img/emoticons/47.png https://mysponsers.com//img/emoticons/41.png
ios stack-overflow uilabel nsattributedstring emoji
Mss iOS
source share