From e581f384e4ae8498ce7713f97429d9c74a97c2aa Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 12 May 2020 22:24:51 -0400 Subject: [PATCH] Fix account descriptions being squashed in the follows list --- .../Screens/Account List/AccountListTableViewController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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