Browse Source

Improved more

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 năm trước cách đây
mục cha
commit
70574e08b6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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