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.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5 linhas
111B

  1. %hook CCUIStatusLabelViewController
  2. -(void)_notifyDelegateWillBeginStatusUpdates {}
  3. -(void)viewDidLoad {}
  4. %end