A simple RSS feed reader built with SwiftUI and Alamofire to fetch and display the latest news from the Apple Developer News RSS feed.
- Fetches the latest news from the official Apple Developer News RSS feed.
- Parses the RSS feed using Swift's
XMLParser
. - Displays feed titles and descriptions in a user-friendly SwiftUI interface.
- Navigation-based layout with a clean list view.
- Extensible and easy to customize.
This project uses the following third-party libraries:
- Alamofire - A Swift-based HTTP networking library used to fetch the RSS feed data.
Alamofire currently not working in this Project