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