0x00 方法
range
是 emoji
的范圍
font = [self.attributedText attribute:NSFontAttributeName
atIndex:range.location
longestEffectiveRange:NULL
inRange:range];
輸出日志:font.familyName
iOS 8.1 : Apple Color Emoji
iOS 8.2 : Apple Color Emoji
iOS 8.4 : Apple Color Emoji
iOS 9.3 : Apple Color Emoji
iOS 10.3.1 : .Apple Color Emoji UI
iOS 10.3.2 : .Apple Color Emoji UI
iOS 11.4 : .Apple Color Emoji UI
iOS 12.1 : .Apple Color Emoji UI
一行代碼添加文本點擊事件
https://github.com/xjh093/JHTapTextView