GSFancyText
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/hulu/GrannySmith/tree/master/GSFancyText
- 软件文档: https://github.com/hulu/GrannySmith/tree/master/GSFancyText
软件介绍
GSFancyText 是 iOS 上用于渲染富文本的文本视图控件。
示例代码:
NSString* styleSheet = @".green {color:#00ff00; font-weight:bold} .gray {color:gray; font-weight:bold}";
[GSFancyText parseStyleAndSetGlobal:styleSheet];
