Member-only story

The UITableView Example

Implementing the UITableView with a Storyboard

Steven Curtis
2 min readNov 25, 2020
Image of the completed project

This is a project that will help us to create a list of names as an iOS application. This article has been developed using Xcode 12.2, and Swift 5.3

If you want a video guide, I’ve got you covered! Also please do download the full code from the repo and read / watch along!

Create a New Project

Use Xcode’s menu to create a new project, making sure to choose Swift as the language and using UIKit. detailled guide

Add the Code

Replace the code in ViewController.swift with the following:

Add a UITableView instance to the Storyboard

--

--

No responses yet