提交 8c498b21 编写于 作者: L LY

fix:修复 “内存泄露”-> "检测结果"页面在 Dark Mode 下显示白色的问题

上级 c4c002e7
......@@ -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];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册