Kaynağa Gözat

make all-media header translucent

B. Petersen 2 yıl önce
ebeveyn
işleme
4e1943ac7c

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

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