소스 검색

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) {