简体   繁体   中英

rss help in iphone development

Since my last question was deleted without giving me a chance to reply: I want to build a similar rss parser feed to: http://misc.inexistent.org/ontd/

Can anyone give me really good tutorials that I could build a similar iphone app for my rss feed.

I can see it uses jquery, javascript, and ajax.

If any can check out the code to head me in the right direction.

Thanks!

If you are a paid Apple Developer, there is an excellent example project in the developer portal called Top Paid Apps. I've used part of that code in several projects that required XML parsing.

https://developer.apple.com/iphone/library/samplecode/TopPaid/Introduction/Intro.html

That should be all you need to parse an RSS feed and present it in a list view.

The example you have provided is a web page.

So any of the many online tutorials should help you create a browser based RSS parser that will work in a most web browsers, including iPhone/iPad safari, example .

You might then want to style it look more like a native iPhone app, dashcode could probably help you out here.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM