From 2a59a28a53a68ea466f6421e3ad875e14c432208 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 3 Nov 2019 08:03:27 -0600 Subject: [PATCH] Prevent timeline table view from extending under the navigation bar. Issue #1238 --- iOS/Base.lproj/Main.storyboard | 11 ++++++----- iOS/UIKit Extensions/ThemedNavigationController.swift | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/iOS/Base.lproj/Main.storyboard b/iOS/Base.lproj/Main.storyboard index 39d68c0f5..c0cd1ce69 100644 --- a/iOS/Base.lproj/Main.storyboard +++ b/iOS/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -123,7 +123,7 @@ - + @@ -141,6 +141,7 @@ + @@ -155,8 +156,8 @@ - - + + diff --git a/iOS/UIKit Extensions/ThemedNavigationController.swift b/iOS/UIKit Extensions/ThemedNavigationController.swift index 843ef2cda..7b87fb2d0 100644 --- a/iOS/UIKit Extensions/ThemedNavigationController.swift +++ b/iOS/UIKit Extensions/ThemedNavigationController.swift @@ -31,6 +31,7 @@ class ThemedNavigationController: UINavigationController { private func configure() { isToolbarHidden = false + view.backgroundColor = AppAssets.barBackgroundColor let navigationAppearance = UINavigationBarAppearance() navigationAppearance.backgroundColor = AppAssets.barBackgroundColor