Table Views with UIKit - John D Gauchat

Table Views with UIKit

By John D Gauchat

  • Release Date: 2022-04-08
  • Genre: Programming

Description

Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.

Description

With this guide, you will learn how to configure and display items in a list with Table Views.

After reading this guide, you will know how to work with Table Views, how to define and configure standard and custom cells, and how to search and manage the items on a table.

Swift 5.6 | iOS 15 | Xcode 13

Table of Contents

TABLE VIEWS
Table Views
Table View Cells
Data Source
Index Paths and Identifiers
Implementing Table Views
Background
States
Cell Subclass
Custom Cell
Table View Delegates

TABLE VIEWS IN NAVIGATION CONTROLLERS
Adding Rows
Deleting Rows
Moving Rows
Modifying Rows

TABLE VIEW CONTROLLER
Refresh Control
Search
Search Bar
Sections
Deleting Sections
Static Tables

This guide assumes that you have a basic knowledge of app development, Xcode, and the Swift language. For a complete course on app development with UIKit, read our book UIKit for Masterminds.

This guide is a collection of excerpts from the book UIKit for Masterminds. The information included in this guide will help you understand a particular aspect of app development, but it will not teach you everything you need to know to develop an app for Apple devices. If you are looking for a complete course on app development with UIKit, read our book UIKit for Masterminds. For more information, visit our website at www.formasterminds.com.