Burrit0z před 4 roky
rodič
revize
c17e521190
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      KAIBatteryStack.mm

+ 3
- 0
KAIBatteryStack.mm Zobrazit soubor

@@ -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);

Načítá se…
Zrušit
Uložit