Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ChavezChen committed Jul 31, 2018
1 parent 3d06e76 commit f290439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ - (void)setupScrollView {
}

[[tableViewInfo getTableView] reloadData];
[tableViewInfo getTableView].scrollEnabled = NO;
// [tableViewInfo getTableView].scrollEnabled = NO;
[_contentScrollView addSubview:[tableViewInfo getTableView]];
[self.tableViewInfonArray addObject:tableViewInfo]; // 强引用
}
Expand Down

0 comments on commit f290439

Please sign in to comment.