https://github.com/jdee/newsfeed
NewsFeed demo app
https://github.com/jdee/newsfeed
Last synced: about 2 months ago
JSON representation
NewsFeed demo app
- Host: GitHub
- URL: https://github.com/jdee/newsfeed
- Owner: jdee
- Created: 2018-12-14T19:40:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T22:00:34.000Z (over 7 years ago)
- Last Synced: 2025-01-13T04:44:52.562Z (over 1 year ago)
- Language: Swift
- Size: 809 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NewsFeed.xcodeproj/project.pbxproj
Awesome Lists containing this project
README
NewsFeed application
====================
This app displays a list of top news stories from newsapi.org. Headlines are displayed in a table view.
When a headline is tapped, an ArticleViewController is instantiated and pushed on the navigation stack.
The article view includes the title, author and publication time of the article, if all fields are present.
The full article is shown below in a webview. The navigation title displays the name of the news source.


Notes
-----
- The headlines view should display a thumbnail for each headline.
- The headlines view should support refreshing to reload the latest headlines.
- The headlines view should allow the user to load more stories via infinite scrolling or another mechanism.
- The article view should display a loading spinner while the webview is loading.
- General error handling should be improved.