Simple news iOS app with SwiftUI 🗞️ which uses NewsAPI to fetch top news headlines
The codebase uses following modern keys:
- SwiftUI
- Async/Await
- Swift Package Manager
- Get Headlines
- Search News
- Xcode13+
- iOS 15+
git clone https://github.com/mtfum/NewsUI
- cd NewsUI
- insert
YOUR_NEWS_API_KEY
inNewsClient.swift
, you can get from https://newsapi.org/ - Build SwiftUIApp
- Enjoy! 🎉