mirror of
https://github.com/DKJone/DKWechatHelper.git
synced 2025-07-07 22:46:07 +08:00
提供源码 更新readme
提供源码 更新readme
This commit is contained in:
parent
9712ae4f80
commit
eabc822e49
|
@ -6,7 +6,7 @@
|
|||
1.完全融入微信7.0UI风格,沉浸式体验
|
||||
2.完全免费的全功能插件
|
||||
3.非越狱可后台抢红包
|
||||
4.安全高效源码公开
|
||||
4.安全高效源码公开
|
||||
5.设置方便,手机无需越狱
|
||||
## 功能
|
||||
1.自动抢红包
|
||||
|
|
Binary file not shown.
|
@ -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];
|
||||
}
|
||||
|
||||
//小游戏作弊
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
UITabBarController * tabbarVC = (UITabBarController *)UIApplication.sharedApplication.keyWindow.rootViewController;
|
||||
NSArray<UINavigationController *> *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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user