diff --git a/README.md b/README.md index f0a7735..3e15095 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 1.完全融入微信7.0UI风格,沉浸式体验 2.完全免费的全功能插件 3.非越狱可后台抢红包 -4.安全高效源码公开 +4.安全高效源码公开 5.设置方便,手机无需越狱 ## 功能 1.自动抢红包 diff --git a/dkhelper/dkhelper.xcodeproj/project.xcworkspace/xcuserdata/zhudekun.xcuserdatad/UserInterfaceState.xcuserstate b/dkhelper/dkhelper.xcodeproj/project.xcworkspace/xcuserdata/zhudekun.xcuserdatad/UserInterfaceState.xcuserstate index d41c746..5c56298 100644 Binary files a/dkhelper/dkhelper.xcodeproj/project.xcworkspace/xcuserdata/zhudekun.xcuserdatad/UserInterfaceState.xcuserstate and b/dkhelper/dkhelper.xcodeproj/project.xcworkspace/xcuserdata/zhudekun.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/dkhelper/dkhelperDylib/DKHelperSettingController.m b/dkhelper/dkhelperDylib/DKHelperSettingController.m index ff6dc9f..46597c9 100644 --- a/dkhelper/dkhelperDylib/DKHelperSettingController.m +++ b/dkhelper/dkhelperDylib/DKHelperSettingController.m @@ -68,7 +68,7 @@ if ([DKHelperConfig changeSteps]){ NSString * steps = [NSString stringWithFormat:@"%ld",[DKHelperConfig changedSteps]]; WCTableViewCellManager *changedStepsCell = [DKHelper cellWithSel:@selector(showChangedStepInput) target:self title:@"\t步数:" rightValue: steps accessoryType:1]; - [toBeNO1Section addCell:changedStepsCell]; + [toBeNO1Section addCell:changedStepsCell]; } //小游戏作弊 diff --git a/dkhelper/dkhelperDylib/MyUtils/DKHelper.m b/dkhelper/dkhelperDylib/MyUtils/DKHelper.m index 2870394..e4a7b63 100644 --- a/dkhelper/dkhelperDylib/MyUtils/DKHelper.m +++ b/dkhelper/dkhelperDylib/MyUtils/DKHelper.m @@ -29,7 +29,7 @@ UITabBarController * tabbarVC = (UITabBarController *)UIApplication.sharedApplication.keyWindow.rootViewController; NSArray *vcs = tabbarVC.childViewControllers; - + return vcs[tabbarVC.selectedIndex]; } @@ -50,7 +50,7 @@ CGFloat width = [FUiUtil screenWidthCurOri]; CGFloat y = [FUiUtil navigationBarHeightCurOri] + [FUiUtil normalStatusBarHeight]; CGFloat height = [FUiUtil visibleHeight:[DKHelper navigationContrioller].viewControllers.firstObject] - y; - return CGRectMake(0, y, width, height); + return CGRectMake(0, y, width, height); }