Remove table row height

This commit is contained in:
Maurice Parker
2020-10-27 14:54:13 -05:00
parent ef978a9f89
commit ba7565b487
2 changed files with 0 additions and 8 deletions

View File

@@ -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