Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 664 Bytes

NewsApp - my first project in swift

An iOS app that displays latest news from News API https://newsapi.org

Features

The app has several main features:

  1. Fetch news from https://newsapi.org
  2. Bookmark articles so it can be persisted even when the app restarts.
  3. Share article using native iOS share sheet UIActivityController.
  4. Read article inside a Safari Webview.
  5. Search news based on the search query you type on the search bar.

Keywords

  • Newsapi.org
  • JSON & Codable
  • Realm
  • UserDefaults
  • ActivityController
  • Safari Webview
  • Search