This commit is contained in:
2025-11-10 20:40:11 +08:00
parent a007a77db9
commit dc0c55c495
10 changed files with 1419 additions and 0 deletions

View File

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