Browse Source

1.修改iOS Apex Mobile Result快速下拉刷新时底部显示黑色。

Pen Li 8 years ago
parent
commit
4cd8f8d817
1 changed files with 8 additions and 4 deletions
  1. 8 4
      Apex Mobile/Apex Mobile/AMResultViewController.m

+ 8 - 4
Apex Mobile/Apex Mobile/AMResultViewController.m

@@ -129,10 +129,10 @@
             case 0:
             case 1: {
                 self.offset = 0;
-                self.content_layout =nil;
-                self.content_action = nil;
-                self.content_menu = nil;
-                self.content_data = nil;
+//                self.content_layout =nil;
+//                self.content_action = nil;
+//                self.content_menu = nil;
+//                self.content_data = nil;
             }
             break;
             case 2: {
@@ -201,6 +201,10 @@
 
             });
         });
+    } else {
+        if (finish) {
+            finish(2,0);
+        }
     }
 }