UITableView is one of the most used UI components in Swift, since most of the modern apps require some kind of list to display similar items, be it products, contacts or photos. For this purpose, an UITableViewCell represents an atom of a list, defining a blueprint of how a single…