@@ -3877,6 +3877,8 @@
[self.viewRichWorkspace setRichWorkspaceText:directory.richWorkspace];
[self.viewRichWorkspace setFrame:CGRectMake(0, 0, self.tableView.frame.size.width, CCUtility.getRichWorkspaceHeight)];
[self.tableView setTableHeaderView:self.viewRichWorkspace];
+
+ [self.tableView reloadData];
}
- (void)setTableViewFooter
@@ -87,6 +87,6 @@ import Foundation
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
- appDelegate.activeMain.tableView.reloadData()
+// appDelegate.activeMain.tableView.reloadData()