Programming With Swift
  • Home
  • About
  • Github
Sign in Subscribe

UITableViewCell

A collection of 4 posts
UITableViewCell swipe actions with Swift
UITableViewCell

UITableViewCell swipe actions with Swift

iOS 11 brought a new way to add custom swipe swipe actions to UITableViewCell's. In this tutorial we will learn how to add those swipe actions to table view cells, as well as go through some of the things to look out for when adding swipe actions. When
17 May 2020 7 min read
Remove UITableViewCell highlight/selection color with Swift
Swift

Remove UITableViewCell highlight/selection color with Swift

This is one of those annoying default behaviours that iOS has. Below is a one liner that will help you remove the cell highlighting. To remove the table view cell highlight/selection color all you need to do is this: func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
14 May 2020 1 min read
Reload UITableView row/cell at IndexPath
Swift

Reload UITableView row/cell at IndexPath

Reloading an entire table view is not always the best way to update the data in the table view. It might be better to reload specific rows/cells in the table view. In today's tutorial we will be learning how to do this, luckily, Apple has made this
10 May 2020 4 min read
Create a Custom UITableViewCell with Swift
How to

Create a Custom UITableViewCell with Swift

UITableViews are one of the most commonly used views in iOS development. It is often the case that one will want to create a custom UITableViewCell, so in this tutorial I will show you how to create custom UITableViewCells. Before we start this tutorial, I will assume that you will
05 Apr 2020 5 min read
Page 1 of 1
Programming With Swift © 2025
Powered by Ghost