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.
我想自定义 UILabel 控件。
例如,
lblName.text = @"Zotiger";
然后标签正常显示Ztiger。
如果我用一些特殊字符设置它的文本(在我的情况下,* 是用于替换图像的特殊字符)
lblName.text = @"***"; lblPhone.text = @"***-****-****";
然后标签显示三个图标,如下图所示。
如何简单地自定义 UILabel?有开源控制吗?
很简单,您可以在字符串中使用某些 Unicode 字符,iPhone 会将它们显示为 Emoji
请参阅此链接以获取心脏 unicode
就你的红心而言:\ue022
\ue022