How to display HTML-like table data on iPhone?

前端 未结 2 1894
被撕碎了的回忆
被撕碎了的回忆 2020-12-20 07:36

I have a set of data in a matrix which I would like to display in my iPhone app with all of the rows and columns intact. Everything I can find on the web dealing with \"tabl

2条回答
  •  北荒
    北荒 (楼主)
    2020-12-20 07:55

    The solution that I found was simply to use a UIWebView. Then I can build the HTML table dynamically and load it into the web view.

提交回复
热议问题