ARTICLE AD BOX
I'm coding an app on Android and IOS and the last feature I want to implement is a parser to get news from a website RSS feed.
In Java I use a parser that get first item from root element to finally have the title, the description and the link of the last news.
In Swift, I can't figure out how to handle that. I tried "Feedkit" to get RSSfeed from NSURL but it's not working. I also saw "Alamofire" on Github but didn't try because I don't find any tutorial that could help me.
Thank's in advance for any tips or link about the subject !
