标签:
功能强大的 iOS 富文本编辑与显示框架。
(该项目是 YYKit 组件之一)
YYText 和 TextKit 架构对比
// YYLabel (和 UILabel 用法一致) YYLabel *label = [YYLabel new]; label.frame = ... label.font = ... label.textColor = ... label.textAlignment = ... label.lineBreakMode = ... label.numberOfLines = ... label.text = ... // YYTextView (和 UITextView 用法一致) YYTextView *textView = [YYTextView new]; textView.frame = ... textView.font = ... textView.textColor = ... textView.dataDetectorTypes = ... textView.placeHolderText = ... textView.placeHolderTextColor = ... textView.delegate = ...
项目主页:http://www.open-open.com/lib/view/home/1447216582147
项目描述:Powerful text framework for iOS to display and edit rich text. — 查看更多内容...
问题列表: | ||
#309 | yylabel中全部是emoji表情时,设置行间距无效 | 由 wusw 2016-05-06 |
#308 | YYTextBorder显示不完整 | 由 BaeCheung 2016-05-06 |
#307 | can not find the YYTextView on [UIResponder currentFirstResponder]? | 由 pamredrum 2016-05-07 |
#306 | No highlight status | 由 medisean 2016-05-06 |
#305 | YYLabel attributed text default linespacing is not Zero | 由 tobatha 2016-05-05 |
标签:
原文地址:http://www.cnblogs.com/sunshine-liuxin/p/5472525.html