How do I use a UIWebView in a Table Cell?

后端 未结 7 544
终归单人心
终归单人心 2020-12-09 04:49

I\'m building a table with some text that is HTML, so I am using a UIWebView as a subview of my custom table cells. I already ran into one problem - as I scrolled down in th

7条回答
  •  Happy的楠姐
    2020-12-09 05:10

    This isn't answering the original question asked, but taking one step back and looking at the bigger picture, if you're trying to display a hyperlink in a table cell, does that mean when you click on it it opens a web browser? Would it be the same if you showed styled text in the table cell that looks like or hints at a link, but open a separate screen with a full-screen web view that lets you tap on the link?

提交回复
热议问题