开发者

How to read fully RSS content from the link in iOS?

开发者 https://www.devze.com 2023-03-15 05:29 出处:网络
I want do code a RSS app for the iPad, so I started to read about the xml parser in ios. Now i can read all the tags like title, link, date and so o开发者_开发技巧n but i want to read also the hole te

I want do code a RSS app for the iPad, so I started to read about the xml parser in ios. Now i can read all the tags like title, link, date and so o开发者_开发技巧n but i want to read also the hole text from the link. How can i do it like the reader in safari?

Thank you a lot!


It depends on the RSS feed. Not all RSS feeds contain the entire article. If the RSS feed you are parsing does not contain the entire article, you'll have to parse the page of the link and get the article from there. Or you can do what most (all?) RSS readers do, just have a button to view the link in a UIWebView.

0

精彩评论

暂无评论...
验证码 换一张
取 消