Prevent the cc status bar from disappearing and showing text when pressing some modules. For example: the orientation lock button that shows text when pressed.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
1234 |
- %hook CCUIStatusLabelViewController
- -(void)_notifyDelegateWillBeginStatusUpdates {}
- -(void)viewDidLoad {}
- %end
|