mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove title from timeline back button. Issue #1319
This commit is contained in:
@@ -39,7 +39,10 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
||||
}
|
||||
|
||||
navigationItem.rightBarButtonItem = editButtonItem
|
||||
|
||||
|
||||
// Set the bar button item so that it doesn't show on the timeline view
|
||||
navigationItem.backBarButtonItem = UIBarButtonItem(title: "", style: .plain, target: nil, action: nil)
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user