How to show a custom link to Emojis Url in iOS shortcuts

enter image description here 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

0
ios stack-overflow uilabel nsattributedstring emoji
source share

No one has answered this question yet.

See similar questions:

137
How to insert a small icon in UILabel
4
Extract UIImage from NSAttributed string

or similar:

1244
How to sort NSMutableArray with custom objects in it?
680
How to connect to apps in the app store
eighteen
How to show Emoji in UILabel iOS
4
How to display emojis and special characters in UIlabel and UItextviews?
3
Uilabel does not show emoji
0
How to detect emoji and change font size
0
Uilabel does not show some emoji on the device
0
Emoji and WordPress Browsers
0
use emoji in the shortcut from the standard ios keyboard

All Articles