Remove the lockscreen and home screen status bar.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- %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
|