使用 Objective-C 解析 HTML
我正在寻找一种在 Objective-C
中解析 html 以显示 UITableView
的方法。我找不到任何关于此主题及其对于应用程序至关重要的教程。
I am looking for a way to parse html in Objective-C
to display a UITableView
. I can't find any tutorials on this topic and its essential for the app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这篇文章是不久前发布的,但如果其他人正在寻求帮助,请查看 Raywenderlich 网站上的教程。为我工作。
raywenderlich html 解析教程链接
I know this post was a while ago but in case anyone else is looking for help check out the tutorial on the Raywenderlich website. Worked for me.
link to raywenderlich html parsing tutorial
https://github.com/zootreeves/Objective-C-HMTL-Parser
你可以在这里获取html解析的示例代码
https://github.com/zootreeves/Objective-C-HMTL-Parser
u can get the sample code of html parsing here