Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIWebViewを使わずに、順序付きリストや順序なしリストなどのHTMLリストを作成することはできますか?
ありがとう
UIWebViewもちろん、htmlを解析して表示するための独自の実装を作成したい場合を除いて、htmlを表示/解釈する必要があります(しかし、なぜそうするのでしょうか?)。一方、htmlを必要とせずにリストを表示しようとしている場合は、を使用できますUITableView。
UIWebView
UITableView