添加弹窗

This commit is contained in:
2025-11-10 15:55:36 +08:00
parent 1cdc17b710
commit 9f4110b24a
5 changed files with 53 additions and 8 deletions

View File

@@ -81,9 +81,9 @@
- (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;
UINavigationController *nav = KB_CURRENT_NAV;
// [nav pushViewController:vc animated:true];
NSLog(@"===");