Browse Source

Improved more

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
70574e08b6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      iOSClient/Main/NCMainNavigationController.swift

+ 3 - 0
iOSClient/Main/NCMainNavigationController.swift

@@ -41,6 +41,9 @@ class NCMainNavigationController: UINavigationController {
             appearance.titleTextAttributes = [NSAttributedString.Key.foregroundColor: NCBrandColor.shared.label]
             appearance.backgroundColor = NCBrandColor.shared.systemBackground
 
+            appearance.shadowColor = .clear
+            appearance.shadowImage = UIImage()
+
             navigationBar.scrollEdgeAppearance = appearance
             navigationBar.standardAppearance = appearance