فهرست منبع

fix tabbarcontroller (hide)

Marino Faggiana 6 سال پیش
والد
کامیت
60468d29d4
2فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 4 0
      iOSClient/Offline/NCOffline.swift
  2. 4 0
      iOSClient/Trash/NCTrash.swift

+ 4 - 0
iOSClient/Offline/NCOffline.swift

@@ -94,6 +94,10 @@ class NCOffline: UIViewController ,UICollectionViewDataSource, UICollectionViewD
     override func viewWillAppear(_ animated: Bool) {
         super.viewWillAppear(animated)
         
+        // Color
+        appDelegate.aspectNavigationControllerBar(self.navigationController?.navigationBar, online: appDelegate.reachability.isReachable(), hidden: false)
+        appDelegate.aspectTabBar(self.tabBarController?.tabBar, hidden: false)
+        
         self.navigationItem.title = titleCurrentFolder
         
         datasourceSorted = CCUtility.getOrderSettings()

+ 4 - 0
iOSClient/Trash/NCTrash.swift

@@ -85,6 +85,10 @@ class NCTrash: UIViewController ,UICollectionViewDataSource, UICollectionViewDel
     override func viewWillAppear(_ animated: Bool) {
         super.viewWillAppear(animated)
         
+        // Color
+        appDelegate.aspectNavigationControllerBar(self.navigationController?.navigationBar, online: appDelegate.reachability.isReachable(), hidden: false)
+        appDelegate.aspectTabBar(self.tabBarController?.tabBar, hidden: false)
+        
         self.navigationItem.title = titleCurrentFolder
 
         datasourceSorted = CCUtility.getOrderSettings()