A newsfeed app that allows the user to browse through news articles pulled from the News API.
- The user can click on a table view cell to read the corresponding article in a web view.
- The user can filter stories based on categories: general, technology, business, entertainment, and sports as well as top and latest.
- Ability to view in both portrait and landscape mode.
- Notification prompts user to allow/disallow notifications for the app.
- Uses Auto Layout, table views, collection views, and custom cells.
- Subtle animation when reloading table view.
- Prompts user to allow notifications but no notifications are actually available to select.
- Current category does not appear selected.
- Lags a little if the user scrolls very quickly.