Tag: swift 2.1

  • Cells aren’t just cells

    I was making a table view controller with custom cells. The cells needed to have an image and a new title. There are tutorials of how to subclass the UITableViewCell, but for some reason I didn’t want to go that direction. Then I remember a little app I was playing with where this was accomplished…