yagizerbay92 / NewsFeedApp

Basic news feed app built with MVVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsFeedApp

  • NewsFeedApp is a simple app sample which uses NewsAPI to fetch top news headlines from the API.
  • News Tableview rows can be selected to show news detail via SFSafariViewController.
  • Various news headlines can be searched via using UISearchController, a query string which is typed by the user is used to fetch searched headlines from the API.

Technologies

  • MVVM
  • Programatic UI
  • UITableview
  • Custom TabelviewCell
  • CocoaPods(Alamofire, KingFisher)
  • UISearchController

TODO

  • Add unit tests.
  • Implement error handling.
  • Implement news detail screen.
  • Implement base routing mechanism.

About

Basic news feed app built with MVVM


Languages

Language:Swift 98.8%Language:Ruby 1.2%