如果单击按钮,NSXMLParser 会解析更多项目

发布于 2024-10-18 09:37:11 字数 129 浏览 3 评论 0原文

我正在使用 NSXMLParser 来解析当前只有 25 个“项目”的 url。然后这些项目将显示在 UITableView 中。但是我想知道如何加载接下来的 25 个项目,然后使用方法在索引路径插入行将它们添加到 UITableView 中。

I am using NSXMLParser to parse a url currently with only 25 'items'. These items are then being shown in a UITableView. However I would like to know how I could load the next 25 items and then add them to the UITableView by using the method insert row at index path.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月依秋水 2024-10-25 09:37:11

我不太明白你的意思。如果我错了,请纠正我。如果你想将对象追加到当前表,那么只需将对象添加到 nsmutablearrat 并重新加载表。
如果您想在特定位置添加接下来的 25 个项目,请使用 nsmutable 数组方法。 addObjectAtIndex 来自 Apple Dev 的类引用 并重新加载表格。

Im not quite getting you.. correct me if Im wrong.. if you want to append the object to current table then just add the objects to nsmutablearrat and reload the table.
and if you want to add the next 25 items at specific location use nsmutable array method. addObjectAtIndex Class References from Apple Dev and reload the table.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文