如何加载已有的html文件?
Closed this issue · 1 comments
cxycxy1111 commented
如何加载已有的html文件?
rztime commented
NSString *htmlString; // 这个是你的html文件内容
[textView rz_colorfulConfer:^(RZColorfulConferrer * _Nonnull confer) {
confer.htmlText(htmlstring);
}];
Closed this issue · 1 comments
如何加载已有的html文件?
NSString *htmlString; // 这个是你的html文件内容
[textView rz_colorfulConfer:^(RZColorfulConferrer * _Nonnull confer) {
confer.htmlText(htmlstring);
}];