Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个 UITextField,它可以显示文本和表情。例如,当我输入:“abc :)”时,我会得到“abc”文本和微笑表情。那么,我该怎么做呢?
我的想法是创建一个 UIView 自定义,每个文本都是一个 UILabel,每个表情都是一个 UIImageView。但我看到它非常复杂。我想找到一个更简单的解决方案。
感谢您的支持。
尝试pbrmojilable 库
它可能会帮助你。