Browse Source

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

Pen Li 8 years ago
parent
commit
d04d77bbb2
1 changed files with 1 additions and 1 deletions
  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;