fatal error: unexpectedly found nil while unwrapping an Optional value in UITableViewCell
From your viewDidLoad()
remove following line (code), as you already have connected your Cell from story board.
self.tableView.register(AccountsTableViewCell.self, forCellReuseIdentifier: cellReuseIdentifier)
Also share snapshot for identity inspector (just left side of attribute inspector).