Prevent timeline table view from extending under the navigation bar. Issue #1238

This commit is contained in:
Maurice Parker
2019-11-03 08:03:27 -06:00
parent 6e6747bc66
commit 2a59a28a53
2 changed files with 7 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ class ThemedNavigationController: UINavigationController {
private func configure() {
isToolbarHidden = false
view.backgroundColor = AppAssets.barBackgroundColor
let navigationAppearance = UINavigationBarAppearance()
navigationAppearance.backgroundColor = AppAssets.barBackgroundColor