瀏覽代碼

Improved more

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父節點
當前提交
70574e08b6
共有 1 個文件被更改,包括 3 次插入0 次删除
  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