From ba7565b48720e670c50c0dd4e097f83e7e083089 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 27 Oct 2020 14:54:13 -0500 Subject: [PATCH] Remove table row height --- iOS/Settings/AddAccountViewController.swift | 4 ---- iOS/Settings/AddExtensionPointViewController.swift | 4 ---- 2 files changed, 8 deletions(-) diff --git a/iOS/Settings/AddAccountViewController.swift b/iOS/Settings/AddAccountViewController.swift index d24a17e70..5762069f6 100644 --- a/iOS/Settings/AddAccountViewController.swift +++ b/iOS/Settings/AddAccountViewController.swift @@ -126,10 +126,6 @@ class AddAccountViewController: UITableViewController, AddAccountDismissDelegate } } -// override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { -// return 52.0 -// } - override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: "SettingsAccountTableViewCell", for: indexPath) as! SettingsComboTableViewCell diff --git a/iOS/Settings/AddExtensionPointViewController.swift b/iOS/Settings/AddExtensionPointViewController.swift index 4ec5a2b07..f19ebcae6 100644 --- a/iOS/Settings/AddExtensionPointViewController.swift +++ b/iOS/Settings/AddExtensionPointViewController.swift @@ -29,10 +29,6 @@ class AddExtensionPointViewController: UITableViewController, AddExtensionPointD return availableExtensionPointTypes.count } - override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { - return 52.0 - } - override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: "SettingsExtensionTableViewCell", for: indexPath) as! SettingsComboTableViewCell