SwiftUI app to get and display latest news articles that mention Apple
- UIKit TableViews
- Segues
- Passing Information Between Views
- DataSource and Delegate Pattern
- WebKit
- WKWebView
- UIActivityIndicatorView
- Retrieving Data with URLs
- DispatchQueue
- Decoding JSON Data
- Caching Images
- Prevent add videos from opening automatically?
- Mark unread articles with a blue dot
This app uses NewsApi. In order to use this app, follow the instructions below:
- Clone the repo
- Create an account with NewsAPI and get your own api key
- Create a Constants struct with a static constant to store your api key
struct Constants {
static let apiKey = "ENTER YOUR API KEY HERE"
}
This was developed using in CodeWithChris's iOS Foundations course. Check out the full course at https://codewithchris.com/