This commit is contained in:
2025-11-11 16:46:05 +08:00
parent a1a38d821c
commit 105e2ddf9b
7 changed files with 12 additions and 52 deletions

View File

@@ -25,6 +25,7 @@
[super viewDidLoad];
//
self.view.backgroundColor = UIColor.clearColor;
self.kb_navView.hidden = true;
self.bgImageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"my_bg_icon"]];
self.bgImageView.contentMode = UIViewContentModeScaleAspectFill;
[self.view addSubview:self.bgImageView];
@@ -53,16 +54,7 @@
self.tableView.tableHeaderView = self.header;
}
- (void)viewWillAppear:(BOOL)animated{
[super viewWillAppear:animated];
[self.navigationController setNavigationBarHidden:YES animated:animated];
}
- (void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
[self.navigationController setNavigationBarHidden:NO animated:animated];
}
// BaseViewController
#pragma mark - UITableView