Iphone news reader
I want to develop news reader program based on ios sdk.
So I searched many sites and spots to find the similary program, but I co开发者_StackOverflowuldn't find this. Every application requires costs and though they don't publish their source code. I hope your help even though you describes code partly. Hope for your help.You will need to download the feed using a NSUrlConnection
, and then parse it using a NSXmlParser
, then you can display your information on your UITableView
. Hope that helps.
Here is a nice tutorial: IPhone RSS Reader Tutorial
精彩评论