This commit is contained in:
2025-11-17 21:08:25 +08:00
parent 7254e2dbd9
commit 0ef7b7d1d8
6 changed files with 9 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
#import "KBSkinDetailVC.h"
#import "KBMyHeaderView.h" //
#import "KBMyListCell.h"
#import "KBTestVC.h"
@interface MyVC () <UITableViewDelegate, UITableViewDataSource>
@property (nonatomic, strong) BaseTableView *tableView; //
@@ -92,7 +93,8 @@
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[tableView deselectRowAtIndexPath:indexPath animated:YES];
KBTestVC *vc = [[KBTestVC alloc] init];
[self.navigationController pushViewController:vc animated:true];
}
#pragma mark - Lazy