添加键盘功能viewUI改动

This commit is contained in:
2025-11-26 21:16:56 +08:00
parent 80e4db86e4
commit 2435d760e8
17 changed files with 229 additions and 167 deletions

View File

@@ -23,6 +23,7 @@
#import "FGIAPManager.h"
#import "KBSexSelVC.h"
#import "KBKeyboardPermissionManager.h"
#import "KBVipPay.h"
// bundle id target
// PRODUCT_BUNDLE_IDENTIFIER
@@ -140,7 +141,8 @@
NULL, NULL, true);
if ([entry isEqualToString:@"recharge"]) {
// App
[KBHUD showInfo:@"去充值"];
// [KBHUD showInfo:@"去充值"];
} else {
//
[self kb_presentLoginSheetIfNeeded];
@@ -171,7 +173,9 @@
return YES;
}else if ([host isEqualToString:@"recharge"]) { // kbkeyboard://settings
// [self kb_openAppSettings];
[KBHUD showInfo:@"去充值"];
// [KBHUD showInfo:@"去充值"];
KBVipPay *vc = [[KBVipPay alloc] init];
[KB_CURRENT_NAV pushViewController:vc animated:true];
return YES;
}
return NO;