ios swift11 tableView not showing custom cells
I'm new to learning swift. When I run my code I expect to see an email address in a cell with a Detail disclosure to the right of it. Instead, I see blank cells. Main.storyboard AddressBookTableViewController.swift import UIKit class AddressBookTableViewController:…