Procházet zdrojové kódy

layout properly

master
Burrit0z před 3 roky
rodič
revize
dfe38157b1
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +4
    -0
      Kai.h
  2. +4
    -0
      Kai.xm

+ 4
- 0
Kai.h Zobrazit soubor

@@ -33,6 +33,10 @@
+ (APEPlatter *)sharedInstance;
@end

@interface APEPlacceholder : UIView
+ (APEPlacceholder *)sharedInstance;
@end

@interface NCNotificationListView : UIView
- (void)fixComplicationsViewFrame;
@end

+ 4
- 0
Kai.xm Zobrazit soubor

@@ -23,6 +23,8 @@ CSAdjunctListView *list;
[[KAIBatteryPlatter sharedInstance] removeFromSuperview];
[[[cls sharedListViewForKai] stackView] removeArrangedSubview:[KAIBatteryPlatter sharedInstance]];

[[cls sharedListViewForKai] _layoutStackView];

return playing;
} else if(!playing && self.nowPlayingApplication == nil) {
// not playing and the app is nil
@@ -139,6 +141,8 @@ CSAdjunctListView *list;
[stack removeArrangedSubview:[KAIBatteryPlatter sharedInstance]];
[stack addArrangedSubview:[KAIBatteryPlatter sharedInstance]];
}

[self _layoutStackView];
}

%new

Načítá se…
Zrušit
Uložit