UILabel 子类 RichLabel

码农软件 · 软件分类 · 文字视图(Text) · 2019-06-19 17:27:19

软件介绍

###说明RickLabel是UILabel的子类。支持显示表情、识别URL、电话号码等(可扩展),URL和电话号码可以`点击`可以`长按`。表情部分使用TextKit框架实现。识别URL、电话号码主要参考[KILabel](https://github.com/Krelborn/KILabel)。

ScreenShot

###使用条件

* ARC
* iOS 7.0+


###如何使用

1. 下载KZRichLabel,把KZRichLabel.h和KZRichLabel.m文件添加到工程中。
2. 在需要的地方 `#import "MZTimerLabel.h"`。`(具体参考Demo)`


###TODO

1. ~~Swift版本。~~
2. 替换系统自带的URL识别和电话号码识别,改成精准的正则表达式。


###参考链接

1. [KILabel](https://github.com/Krelborn/KILabel)
2. [CCHLinkTextView](https://github.com/choefele/CCHLinkTextView)
3. [STTweetLabel](https://github.com/SebastienThiebaud/STTweetLabel)
4. [NimbusAttributedLabel]

本文地址:https://codercto.com/soft/d/8330.html

Software Engineering for Internet Applications

Software Engineering for Internet Applications

Eve Andersson、Philip Greenspun、Andrew Grumet / The MIT Press / 2006-03-06 / USD 35.00

After completing this self-contained course on server-based Internet applications software, students who start with only the knowledge of how to write and debug a computer program will have learned ho......一起来看看 《Software Engineering for Internet Applications》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试