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