当前位置: 首页 > 工具软件 > iOS Emoji > 使用案例 >

iOS Emoji Font familyName 笔记

汪兴为
2023-12-01

0x00 方法

rangeemoji 的范围

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


 类似资料: