/News-App

Simple iOS News App that shows the Current Breaking News Of The Day written in Swift 4

Primary LanguageSwiftMIT LicenseMIT

News-App

Simple iOS News App that shows the Latest Breaking News Of The Day written in Swift 4

Preview

Alt Text

Built with

  • Ios 11.4
  • Xcode 9.4

Features

  • Get the Latest Breaking News of the Day using the News API
  • Parse JSON Objects from API easily using SwiftyJSON, and using Alamofire to handle HTTP Networking
  • Download News images Asynchronously using SDWebImage
  • Click on News Article TableViewCell to open full article on the Web
  • Handle JSON null values for the News Images with a placeholder image

Requirements

import Alamofire
import SwiftyJSON
import SDWebImage

Pod Files

  pod 'SwiftyJSON', '~> 4.0'
  pod 'Alamofire', '~> 4.6'
  pod 'SDWebImage', '~> 4.0' 

SDWebImage
SwiftyJSON
Alamofire

License

Standard MIT License