浏览代码

make all-media header translucent

B. Petersen 2 年之前
父节点
当前提交
4e1943ac7c
共有 1 个文件被更改,包括 4 次插入0 次删除
  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) {