소스 검색

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…
취소
저장