多个 RSS 提要 iPhone 阅读器

发布于 2024-10-17 22:55:54 字数 326 浏览 2 评论 0原文

我正在创建一个包含多个 RSS 源的 iPhone 应用程序。我已经使用以下教程创建了一个包含一个提要的 UITableView:

http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/

我需要您的帮助来创建具有多个提要的 UITableView。

谢谢你,

CKallemeres

I am creating an iPhone app that will contain multiple RSS feeds. I have already created a UITableView with one feed using the following tutorial:

http://gigaom.com/apple/tutorial-build-a-simple-rss-reader-for-iphone/

I need your help in creating a UITableView with multiple feeds.

Thank you,

CKallemeres

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

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

发布评论

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

评论(2

后来的我们 2024-10-24 22:55:54

如果您不介意使用 Google Reader 存钱,我见过许多应用程序成功地将其用作聚合器。在我看来,让您的应用程序处理多个提要将非常消耗资源/网络。 Reeder 就是一个优秀的基于 Reader 的应用程序的一个很好的例子。

如果您仍然想创建自己的自定义聚合器解决方案,那么从 Google Reader 开始(出于开发目的)至少了解如何处理滚入的多个提要可能仍然有用。另外,我会看看更多基于服务器端的解决方案来提供该信息,因为我仍然认为在应用程序本身中处理该信息是过度的。

If you don't mind piggy banking off of Google Reader, I've seen many apps that successfully use that as the aggregator. To have your application handle multiple feeds would be very resource/network intensive, in my opinion. A good example of an excellent Reader based app is Reeder.

If you still want to create your own custom aggregator solution, it still might be useful to work off of Google Reader to start (for development purposes) to at least understand how you'll handle multiple feeds rolling in. Also, I'd look into more server-side based solutions for providing that information as I still keep my opinion that handling that in the app itself would be excessive.

渔村楼浪 2024-10-24 22:55:54

您可能想要查看 NSOperationQueue 并将每个要解析的 xml 添加到 OperationQueue。

这是它的文档:
http://developer.apple.com/库/mac/#documentation/cocoa/reference/NSOperationQueue_class/Reference/Reference.html

You might want to check out NSOperationQueue and add each xml to be parsed to the OperationQueue.

Here is the documentation for it:
http://developer.apple.com/library/mac/#documentation/cocoa/reference/NSOperationQueue_class/Reference/Reference.html

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