修改hud

This commit is contained in:
2025-10-29 19:13:35 +08:00
parent e218c1bf3d
commit e8c88a6148
19 changed files with 2218 additions and 1973 deletions

View File

@@ -29,8 +29,11 @@
}
- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{
KBGuideVC *vc = [[KBGuideVC alloc] init];
[self.navigationController pushViewController:vc animated:true];
// KBGuideVC *vc = [[KBGuideVC alloc] init];
// [self.navigationController pushViewController:vc animated:true];
// [KBHUD showInfo:@"加载中..."];
[KBHUD show];
[KBHUD showAllowTapToDismiss:true];
}
/*