首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

DTCoreText的运用

2013-03-25 
DTCoreText的使用GitHub:https://github.com/Cocoanetics/DTCoreText接口文档说明:https://docs.cocoaneti

DTCoreText的使用

GitHub:

https://github.com/Cocoanetics/DTCoreText

接口文档说明:

https://docs.cocoanetics.com/DTCoreText/

?

DTCoreText库包含三部分Parsing,Layouting,UI。

其中UI包含了我们常使用的类:

DTAttributedLabel?

用来代替UILabel使用的控件,显示富文本,继承自 DTAttributedTextContentView,可以使用delegate来处理image和hyperlink。

DTAttributedTextCell

作为tableViewCell来使用

DTAttributedTextContentView

用来显示富文本,不应该直接被使用。

DTAttributedTextView

用来代替UITextView,继承自UIScrollView,里面放置了一个DTAttributedTextContentView用来显示内容

DTLazyImageView

DTWebVideoView?

DTLinkButton ?每个超链接都转化为一个DTLinkButton来使用

?

?setup:

Linking里的Other Linker Flags

Search Paths里的Header Search Paths?

?

热点排行