Navigation/Toolbar Appearance

Consistent behaviour for Feed and Timeline toolbars.
This commit is contained in:
Stuart Breckenridge
2022-01-29 09:33:49 +08:00
parent 8176f0d9cc
commit 59dacc1b59
2 changed files with 18 additions and 1 deletions

View File

@@ -723,7 +723,7 @@ private extension MasterFeedViewController {
scrollEdge.shadowImage = UIImage()
let standard = UINavigationBarAppearance()
standard.shadowColor = nil
standard.shadowColor = .opaqueSeparator
standard.shadowImage = UIImage()
navigationController?.navigationBar.standardAppearance = standard