This commit is contained in:
2025-11-08 21:44:41 +08:00
parent a729396401
commit 41b14ceea4
6 changed files with 498 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
//
#import "MyVC.h"
#import "MySkinVC.h"
@interface MyVC ()
@@ -27,7 +28,8 @@
}
- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{
[KBHUD show];
MySkinVC *vc = [[MySkinVC alloc] init];
[self.navigationController pushViewController:vc animated:true];
}
/*