NEWS App - UIKit is a news app that uses NEWSAPI.org and is built with UIKit. Get the latest news and articles from the different countries and populate them in UI.
- Designed with MVC architecture
- Swift 5
- UIKit
- JSON & Codable
- newsapi.org
- XCode 15
- Clone or download the project to your local machine
- Open the project in XCode.
- Replace
"YOUR API HERE"
with your valid newsapi.org Key inNetworkAPI.swift
- Run the simulator.
extension QueryParams {
var apiKey : String {return "YOUR API HERE"}