News-Swift-ios-16
▶️ 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 ⛔
📍 Pulled data from API connections by creating a class
📍 You can use the news api connection for the api key.
https://newsapi.org
📍 Model created based on API data
📍 Created a Class for UITableViewCell.
📍 Coding has been done for Title, Subtitle, Images that will appear in Table View.
⛔ ViewController ⛔
📍 SafariServices Import
📍 Created TableView
📍 API Check Controller
📍 TableView Delegate Setup