Digitally, Mani

Digitally powering business transformation

  • BLOG

  • SUBSCRIBE

  • ABOUT ME

  • CONTACT

  • More

    Use tab to navigate through the menu items.
    • All Posts
    • Tech
    • Code
    • Leadership
    • Workplace
    • Career
    • Travel
    • Agile
    Search
    Create a RSS Reader in Swift
    Digitally Mani
    • Jun 21, 2016
    • 3 min
    Code

    Create a RSS Reader in Swift

    The following steps are intended to let you create your own RSS Reader using Swift. Create a class called RssItem The RssItem is a class and each of the Rss XML attribute is a property of the class and save it as RssItem.swift. class RssItem : NSObject { var title:String = ""; var link:String = ""; var commentslink:String = ""; var pubdate:String = ""; var creator:String = ""; var categories:AnyObject = NSMutableArray(); var images:AnyObject = NSMutableArray(); var guid:Stri
    26 views0 comments

    © 2023 by Mani Gopalakrishnan

    Thanks for submitting!

    Follow

    • Facebook
    • Twitter
    • LinkedIn
    • Instagram