• Breaking News

    How To Create Rss Feed For Blog Reading In Iphone

    RSS feeds are a good way to keep a track on your favorite sites or show your own blog articles in one page. These feeds are in XML format, so if you want to view the RSS feed in your Iphone you need to break up this XML file by the xcode development language app of Iphone .This makes the RSS content readable on Iphone. Create a RSS reader for the website with Iphone application.

    iphone rss feed website

    How to do it

     

    1. Start the xcode application, select the new project for which you want the RSS reader to be coded , now double click on the source file that you want: to load it in your editor.

     

    2. Second you have to change your RSS feed URL value. Like for example your RSS URL is ‘mysitename.com/feed.xml’ but you need to change this extension value..

     
    if ((self = [super init])) {
    _articleTitle = [articleTitle copy];

    _articleUrl = [articleUrl copy];

    _articleDate = [articleDate copy];

    }
    return self;


    So here we can see the whole information getting stored like the article date ,time and title besides this the blog from where it is coming.

    3. Display of the RSS entries in control of table.

     

    - (void)viewDidLoad {[super viewDidLoad];

    self.title = @"My Feed";

    self.allEntries = [NSMutableArray RSSitems];

    [self addRows];

    }

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel