8000 GitHub - PhilomathMac/NewsApp: Read latest news articles that mention Apple. Practiced: UIKit, TableViews, Delegate, WebKit, API, JSON
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Read latest news articles that mention Apple. Practiced: UIKit, TableViews, Delegate, WebKit, API, JSON

Notifications You must be signed in to change notification settings

PhilomathMac/NewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsApp

newsapp screenshot

Description

SwiftUI app to get and display latest news articles that mention Apple

Skills Practiced

  • UIKit TableViews
  • Segues
  • Passing Information Between Views
  • DataSource and Delegate Pattern
  • WebKit
  • WKWebView
  • UIActivityIndicatorView
  • Retrieving Data with URLs
  • DispatchQueue
  • Decoding JSON Data
  • Caching Images

Future Features / Fixes

  • Prevent add videos from opening automatically?
  • Mark unread articles with a blue dot

Use Instructions

This app uses NewsApi. In order to use this app, follow the instructions below:

  1. Clone the repo
  2. Create an account with NewsAPI and get your own api key
  3. Create a Constants struct with a static constant to store your api key
struct Constants {
  static let apiKey = "ENTER YOUR API KEY HERE"
}

Attributions

This was developed using in CodeWithChris's iOS Foundations course. Check out the full course at https://codewithchris.com/

About

Read latest news articles that mention Apple. Practiced: UIKit, TableViews, Delegate, WebKit, API, JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0