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