瀏覽代碼

ok

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

+ 3
- 0
KAIBatteryStack.mm 查看文件

@@ -114,6 +114,9 @@ long long lastPercentage;

} else {
int height = (self.number * (bannerHeight + spacing));
if([self.superview.subviews count]>1) {
height = (self.number * (bannerHeight + spacing)) - spacing;
}
self.heightConstraint.constant = height;

UIStackView *s = (UIStackView *)(self.superview);

Loading…
取消
儲存