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.
クラウドにデータベースがあり、そこからデータを読み込んでいます。フィールドの 1 つには、html タグを含む html テーブル情報が含まれています。これをiosアプリで表示したい。
iOS アプリでこのデータを読み取るにはどうすればよいですか? テキストビュー?または、テキスト内の html タグを処理し、データを表として表示しますか?
UIWebViewを使用して、htmlを文字列としてロードします。