/News-Swift

In this app we will to build an Apple News like app from scratch in UIkit and Swift. We will hook up an API, create a custom UI, cache images, and more.

Primary LanguageSwift

News-Swift

▶️ In this app we will to build an Apple News like app from scratch in UIkit and Swift.

▶️ We will hook up an API, create a custom UI, cache images, and more.

📍 You can access all codes.

▶️ App Video

Ekran-Kayd-2022-11-14-210658.mp4

⛔ Manin StoryBoard ⛔

image

📍 Pulled data from API connections by creating a class image

📍 You can use the news api connection for the api key. https://newsapi.org image

📍 Model created based on API data image

📍 Created a Class for UITableViewCell. image

📍 Coding has been done for Title, Subtitle, Images that will appear in Table View. image image

⛔ ViewController ⛔

📍 SafariServices Import

image

📍 Created TableView

image

📍 API Check Controller

image

📍 TableView Delegate Setup

image