refactor: Increase card interspace

This commit is contained in:
Andrea Busi
2022-06-17 10:08:45 +02:00
parent f2386a1abb
commit 2877dff23c
2 changed files with 171 additions and 182 deletions
@@ -104,7 +104,7 @@ typedef NS_ENUM(NSInteger, AllerteTableRow) {
- (void)setupUI
{
self.title = [NSLocalizedString(@"tab_network", nil) capitalizedString];
self.tableView.estimatedRowHeight = 200.0;
self.tableView.estimatedRowHeight = 600.0;
self.tableView.rowHeight = UITableViewAutomaticDimension;
}
File diff suppressed because it is too large Load Diff