GSFancyText -


MIT
iOS
Objective-C

软件简介

GSFancyText 是 iOS 上用于渲染富文本的文本视图控件。

示例代码:

NSString* styleSheet = @".green {color:#00ff00; font-weight:bold} .gray {color:gray; font-weight:bold}";
[GSFancyText parseStyleAndSetGlobal:styleSheet];