PSHTMLView
PSHTMLView copied to clipboard
PSHTMLView is a non scrollable WKWebView wrapper, adapt for using in UITableView and UIScrollView.
Can you please help us with an example for this on a UITableView with different cells. I need to dequeue different cells which have html content on them. (Not all...
To fix constraint issues (messages in console), you should make following changes: lazy private var htmlCell: PSHTMLCell = { [weak self] in var cell = self?.tableView.dequeueReusableCell(withIdentifier: "HTMLCell") as! PSHTMLCell cell.htmlView.delegate...
 html String "