镜像自地址
https://github.com/exoticswingset/DualSBAdoption.git
已同步 2025-07-02 22:36:46 +00:00
13 行
271 B
Plaintext
13 行
271 B
Plaintext
%hook UIStatusBar_Modern
|
|
-(void)setAlpha:(CGFloat)arg1 {
|
|
%orig(0.0); // makes status bar transparent on lock screen
|
|
}
|
|
|
|
%end
|
|
|
|
%hook SBDashBoardTeachableMomentsContainerView
|
|
-(void)_addControlCenterTutors {
|
|
// Nothing here to prevent the cc grabber from showing
|
|
}
|
|
%end
|