detailTextLabel is not visible (code below). Can you tell me why?
detailTextLabel
// Customize the appearance of table view cells. - (UITableViewCell *)ta
In order to solve it programmatically:
let cell = UITableViewCell(style: .subtitle, reuseIdentifier: "identifier")