KyleJSh / news-app

In this News App, JSON data is retrieved from NewsAPI.org and displayed for the user in a table view. When a table view cell is selected (a news article), a segue occurs and the user is brought to the detail view controller, which is using a WebView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News App

Display news articles from newsapi.org

First view the user sees. The headlines and images fade into view as the user scrolls

Front page

When an article is selected, the user is segued to the web view where they read the entire article. An activity spinner will display until the article is loaded.

Web View

Activity Spinner continues in the middle of the screen till all content is loaded from newsapi.org

Web View

Another selected article

An article

About

In this News App, JSON data is retrieved from NewsAPI.org and displayed for the user in a table view. When a table view cell is selected (a news article), a segue occurs and the user is brought to the detail view controller, which is using a WebView.


Languages

Language:Swift 100.0%