diff --git a/iOS/DoraemonKit/Src/MLeaksFinder/List/DoraemonMLeaksFinderListViewController.m b/iOS/DoraemonKit/Src/MLeaksFinder/List/DoraemonMLeaksFinderListViewController.m index e1fae4a53c9f9b9129abfdab783ca37c96c58cf8..c6b182a6824270944e3be5ccc08df9299036f15e 100644 --- a/iOS/DoraemonKit/Src/MLeaksFinder/List/DoraemonMLeaksFinderListViewController.m +++ b/iOS/DoraemonKit/Src/MLeaksFinder/List/DoraemonMLeaksFinderListViewController.m @@ -27,7 +27,7 @@ _dataArray = [ NSArray arrayWithArray:[[DoraemonMemoryLeakData shareInstance] getResult]]; NSLog(@"_dataArray == %@",_dataArray); self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, self.view.doraemon_width, self.view.doraemon_height) style:UITableViewStylePlain]; - self.tableView.backgroundColor = [UIColor whiteColor]; +// self.tableView.backgroundColor = [UIColor whiteColor]; self.tableView.delegate = self; self.tableView.dataSource = self; [self.view addSubview:self.tableView];