1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 02:26:48 +00:00
This commit is contained in:
Burrit0z
2020-06-02 11:46:46 -04:00
parent c17e521190
commit 3e55f1d133
2 changed files with 8 additions and 3 deletions

View File

@ -114,9 +114,9 @@ long long lastPercentage;
} else {
int height = (self.number * (bannerHeight + spacing));
if([self.superview.subviews count]>1) {
height = (self.number * (bannerHeight + spacing)) - spacing;
}
//if([self.superview.subviews count]>1) {
// height = (self.number * (bannerHeight + spacing)) - spacing;
//}
self.heightConstraint.constant = height;
UIStackView *s = (UIStackView *)(self.superview);

5
kai.sh Normal file
View File

@ -0,0 +1,5 @@
rm -f /opt/simject/kai.dylib
cp -v .dragon/_/Library/MobileSubstrate/DynamicLibraries/kai.dylib /opt/simject/kai.dylib
codesign -f -s - /opt/simject/kai.dylib
cp -v .dragon/_/Library/MobileSubstrate/DynamicLibraries/kai.plist /opt/simject
/Users/carsonzielinski/simject/bin/resim