This commit is contained in:
2025-11-10 13:27:26 +08:00
parent 5e1a1f540e
commit 50dcb78417
2 changed files with 4 additions and 4 deletions

View File

@@ -81,10 +81,10 @@
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[tableView deselectRowAtIndexPath:indexPath animated:YES]; [tableView deselectRowAtIndexPath:indexPath animated:YES];
KBSearchVC *vc = [[KBSearchVC alloc] init]; // KBSearchVC *vc = [[KBSearchVC alloc] init];
// [self.navigationController pushViewController:vc animated:true]; // [self.navigationController pushViewController:vc animated:true];
UINavigationController *nav = KB_CURRENT_NAV; // UINavigationController *nav = KB_CURRENT_NAV;
[nav pushViewController:vc animated:true]; // [nav pushViewController:vc animated:true];
NSLog(@"==="); NSLog(@"===");
} }

View File

@@ -34,7 +34,7 @@ static const CGFloat JXheightForHeaderInSection = 50;
- (void)viewDidLoad { - (void)viewDidLoad {
[super viewDidLoad]; [super viewDidLoad];
[self setupUI]; // [self setupUI];
} }