fixUI
This commit is contained in:
15
keyBoard/Class/Categories/UIViewController+Extension.h
Normal file
15
keyBoard/Class/Categories/UIViewController+Extension.h
Normal 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
|
||||
12
keyBoard/Class/Categories/UIViewController+Extension.m
Normal file
12
keyBoard/Class/Categories/UIViewController+Extension.m
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// UIViewController+Extension.m
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/3.
|
||||
//
|
||||
|
||||
#import "UIViewController+Extension.h"
|
||||
|
||||
@implementation UIViewController (Extension)
|
||||
|
||||
@end
|
||||
@@ -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];
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user