nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

Newbie question. #70

Closed Rizora closed 5 years ago

Rizora commented 5 years ago

I'm trying to make a view that load the RSS feed and displays the podcast and the audio file... I'm having trouble implementing that. Is there any documentation or examples you can point me to? Thank you.

nmdias commented 5 years ago

Hi @Rizora,

Is this still an issue? The examples shown in the README should suffice. There is also an Example project you can try.

Just run:

pod try FeedKit

After parsing the feed, you should be able to access the desired properties directly, depending on which elements of the RSS's feed you're trying to access. Is there any particular detail you're having difficulty?

Cheers