How do I use a UIWebView in a Table Cell?

后端 未结 7 512
终归单人心
终归单人心 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条回答
  • 2020-12-09 05:17

    My understanding is that a WebView won't render unless you initiate the loading of it AFTER viewDidLoad() happens.

    0 讨论(0)
提交回复
热议问题