|
@@ -172,7 +172,7 @@ const int delta = 25;
|
|
|
|
|
|
|
|
self.tableview.allowsSelection = true;
|
|
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;
|
|
self.label.htmlText = label.htmlText;
|