diff --git a/Tusker/Screens/Account List/AccountListTableViewController.swift b/Tusker/Screens/Account List/AccountListTableViewController.swift index c001a316..8d3190fe 100644 --- a/Tusker/Screens/Account List/AccountListTableViewController.swift +++ b/Tusker/Screens/Account List/AccountListTableViewController.swift @@ -32,7 +32,8 @@ class AccountListTableViewController: EnhancedTableViewController { tableView.register(UINib(nibName: "AccountTableViewCell", bundle: .main), forCellReuseIdentifier: accountCell) - tableView.rowHeight = 66 + tableView.rowHeight = UITableView.automaticDimension + tableView.estimatedRowHeight = 66 tableView.alwaysBounceVertical = true