提供源码 更新readme

提供源码 更新readme
This commit is contained in:
DKJone
2019-01-23 14:20:32 +08:00
parent 9712ae4f80
commit eabc822e49
4 changed files with 4 additions and 4 deletions
@@ -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];
}
//小游戏作弊
+2 -2
View File
@@ -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);
}