I want to add RSS Feed to my app to automatically updates when the app loads. How do I do that?

Hi,

I want to add an RSS feed to my app that automatically updates when the app loads with new content from the RSS feed.

I am using SwiftUI right now, so How would I go about doing that?

Answered by Claude31 in 677105022

Here is an example. It is using Alamofire, but hope that can help:

https : / / stackoverflow. com/questions/52146706/loading-rss-feed-to-ios-swift

This other one is very old, objC, but logic should help. w w w raywenderlich. com/3091-rss-reader-tutorial-for-ios-how-to-make-a-simple-rss-reader-iphone-app

Accepted Answer

Here is an example. It is using Alamofire, but hope that can help:

https : / / stackoverflow. com/questions/52146706/loading-rss-feed-to-ios-swift

This other one is very old, objC, but logic should help. w w w raywenderlich. com/3091-rss-reader-tutorial-for-ios-how-to-make-a-simple-rss-reader-iphone-app

I want to add RSS Feed to my app to automatically updates when the app loads. How do I do that?
 
 
Q