修改hud
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user