主帖
3 条回复
自定义表情、Emotion、URL&PhoneNumber (LinkLabel、RichLabel)
https://github.com/Joywii/RichLabel
说明
RickLabel是UILabel的子类。支持显示表情、识别URL、电话号码等(可扩展),URL和电话号码可以点击可以长按。表情部分使用TextKit框架实现。识别URL、电话号码主要参考KILabel。
使用条件
- ARC
- iOS 7.0+
如何使用
- 下载KZRichLabel,把KZRichLabel.h和KZRichLabel.m文件添加到工程中。
- 在需要的地方
#import "MZTimerLabel.h"。(具体参考Demo)
TODO
- ~~Swift版本。~~
- 替换系统自带的URL识别和电话号码识别,改成精准的正则表达式。
参考链接
License
This code is distributed under the terms and conditions of the MIT license.