Sfoglia il codice sorgente

1.修改iOS Apex Mobile Result选择不滚动。

Pen Li 8 anni fa
parent
commit
d04d77bbb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/customUI/ResultViewController.m

+ 1 - 1
common/customUI/ResultViewController.m

@@ -172,7 +172,7 @@ const int delta = 25;
     
     self.tableview.allowsSelection = true;
     
-    [self.tableview selectRowAtIndexPath:index animated:NO scrollPosition:UITableViewScrollPositionBottom];
+    [self.tableview selectRowAtIndexPath:index animated:NO scrollPosition:UITableViewScrollPositionNone];
 
     
     self.label.htmlText = label.htmlText;