Browse Source

New offline interface

Marino Faggiana 8 years ago
parent
commit
2e49d8f938
2 changed files with 8 additions and 1 deletions
  1. 1 1
      iOSClient/Main/Main.storyboard
  2. 7 0
      iOSClient/Offline/CCOfflinePageContent.m

+ 1 - 1
iOSClient/Main/Main.storyboard

@@ -616,7 +616,7 @@
                     <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
                     <navigationItem key="navigationItem" id="rBu-RQ-Y1t"/>
                     <connections>
-                        <segue destination="mtc-lf-PRo" kind="showDetail" id="UBW-f3-oFA"/>
+                        <segue destination="mtc-lf-PRo" kind="showDetail" identifier="segueDetail" id="UBW-f3-oFA"/>
                     </connections>
                 </tableViewController>
                 <placeholder placeholderIdentifier="IBFirstResponder" id="hcx-8L-qXq" userLabel="First Responder" sceneMemberID="firstResponder"/>

+ 7 - 0
iOSClient/Offline/CCOfflinePageContent.m

@@ -51,6 +51,13 @@
 {
     [super viewWillAppear:animated];
     
+    // Color
+    [CCAspect aspectNavigationControllerBar:self.navigationController.navigationBar hidden:NO];
+    [CCAspect aspectTabBar:self.tabBarController.tabBar hidden:NO];
+    
+    // Plus Button
+    [app plusButtonVisibile:true];
+    
     [self reloadTable];
 }