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 {
[tableView deselectRowAtIndexPath:indexPath animated:YES];
KBSearchVC *vc = [[KBSearchVC alloc] init];
// KBSearchVC *vc = [[KBSearchVC alloc] init];
// [self.navigationController pushViewController:vc animated:true];
UINavigationController *nav = KB_CURRENT_NAV;
[nav pushViewController:vc animated:true];
// UINavigationController *nav = KB_CURRENT_NAV;
// [nav pushViewController:vc animated:true];
NSLog(@"===");
}