rztime/RZRichTextView

如何加载已有的html文件?

Closed this issue · 1 comments

如何加载已有的html文件?

NSString *htmlString; // 这个是你的html文件内容
[textView rz_colorfulConfer:^(RZColorfulConferrer * _Nonnull confer) {
confer.htmlText(htmlstring);
}];