This commit is contained in:
2025-11-03 13:25:41 +08:00
parent ffea9d2022
commit c7021e382e
12 changed files with 384 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
//
// UIViewController+Extension.h
// keyBoard
//
// Created by Mac on 2025/11/3.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIViewController (Extension)
@end
NS_ASSUME_NONNULL_END

View File

@@ -0,0 +1,12 @@
//
// UIViewController+Extension.m
// keyBoard
//
// Created by Mac on 2025/11/3.
//
#import "UIViewController+Extension.h"
@implementation UIViewController (Extension)
@end

View File

@@ -35,8 +35,8 @@
// KBGuideVC *vc = [[KBGuideVC alloc] init];
// [self.navigationController pushViewController:vc animated:true];
// [KBHUD showInfo:@"加载中..."];
[KBHUD show];
[KBHUD showAllowTapToDismiss:true];
// [KBHUD show];
// [KBHUD showAllowTapToDismiss:true];
}
/*