mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Prevent timeline table view from extending under the navigation bar. Issue #1238
This commit is contained in:
@@ -31,6 +31,7 @@ class ThemedNavigationController: UINavigationController {
|
||||
|
||||
private func configure() {
|
||||
isToolbarHidden = false
|
||||
view.backgroundColor = AppAssets.barBackgroundColor
|
||||
|
||||
let navigationAppearance = UINavigationBarAppearance()
|
||||
navigationAppearance.backgroundColor = AppAssets.barBackgroundColor
|
||||
|
||||
Reference in New Issue
Block a user