소스 검색

closer

pull/1/head
Burrit0z 4 년 전
부모
커밋
da5c237e02
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      Kai.xm

+ 4
- 2
Kai.xm 파일 보기

@@ -112,8 +112,10 @@ CGRect originalBattery;
[[self stackView] addConstraint:globalC];
}*/

//[battery.widthAnchor constraintEqualToConstant:(battery.number * 85)].active = YES;
battery.heightConstraint.active = NO;
battery.heightConstraint = [battery.heightAnchor constraintEqualToConstant:(battery.number * 85)];
battery.heightConstraint.active = YES;

/*battery.frame = CGRectMake(
originalBattery.origin.x,
originalBattery.origin.y,

Loading…
취소
저장