Ver Fonte

make all-media header translucent

B. Petersen há 2 anos atrás
pai
commit
4e1943ac7c
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      deltachat-ios/Controller/AllMediaViewController.swift

+ 4 - 0
deltachat-ios/Controller/AllMediaViewController.swift

@@ -38,6 +38,10 @@ class AllMediaViewController: UIPageViewController {
             animated: true,
             completion: nil
         )
+
+        if #available(iOS 13, *) {
+            self.navigationController?.navigationBar.scrollEdgeAppearance = self.navigationController?.navigationBar.standardAppearance
+        }
     }
 
     override func viewWillAppear(_ animated: Bool) {