From 236ab36730e5c0699703784ad55cf3f4d637ffbf Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Fri, 13 Jun 2025 20:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20unused=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/MainFeed/MainFeedViewController.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/iOS/MainFeed/MainFeedViewController.swift b/iOS/MainFeed/MainFeedViewController.swift index 80a3386eb..829a91265 100644 --- a/iOS/MainFeed/MainFeedViewController.swift +++ b/iOS/MainFeed/MainFeedViewController.swift @@ -51,12 +51,7 @@ class MainFeedViewController: UITableViewController, UndoableCommandRunner { super.viewDidLoad() - // If you don't have an empty table header, UIKit tries to help out by putting one in for you - // that makes a gap between the first section header and the navigation bar -// var frame = CGRect.zero -// frame.size.height = .leastNormalMagnitude -// tableView.tableHeaderView = UIView(frame: frame) - + tableView.register(MainFeedTableViewSectionHeader.self, forHeaderFooterViewReuseIdentifier: "SectionHeader") tableView.dragDelegate = self tableView.dropDelegate = self