WGEditor-mobile
WGEditor-mobile copied to clipboard
加载服务器返回的html标签,无法再进行编辑
[self.webView loadHTMLString:htmlCont baseURL:baseURL]; 延迟1秒后赋值 [self.webView setupContent:self.contentHtml]; 最后可以调用这个下面这个方法 [self.webView setupContentDisable:YES];