瀏覽代碼

sped i am

pull/1/head
Burrit0z 4 年之前
父節點
當前提交
fb89766171
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Kai.xm

+ 1
- 1
Kai.xm 查看文件

@@ -58,7 +58,7 @@
battery.heightConstraint.active = YES;

} else {
int height = ((battery.number * (bannerHeight + spacing)); //big brain math
int height = (battery.number * (bannerHeight + spacing)); //big brain math
battery.heightConstraint.active = NO; //deactivation
battery.heightConstraint.constant = height;
battery.heightConstraint.active = YES; //forcing reactivation

Loading…
取消
儲存