1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 13:56:48 +00:00
This commit is contained in:
Burrit0z
2020-05-31 14:38:47 -04:00
parent f982dbeac3
commit c17e521190

View File

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