Friday, May 25, 2018

Itinerary App - Part 9 - Table Views | Custom Cells (iOS, Xcode 9, Swift 4)

What are the basics of the UITableView and how do you create a custom table view cell? In this video we explore these topics. You will learn how to retrieve data and populate table view rows. Then you will learn how to create your own custom cell if you don't like any of the table view cell styles that Apple gives you.



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...