mirror of
https://github.com/Burrit0z/kai
synced 2025-07-02 07:26:47 +00:00
closer
This commit is contained in:
4
Kai.xm
4
Kai.xm
@ -112,7 +112,9 @@ 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,
|
||||
|
Reference in New Issue
Block a user