Guest User

Always show playback speed button

a guest
Aug 4th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %hook AVPlaybackControlsController
  2.  
  3. - (void)setShowsPlaybackSpeedButton:(BOOL)doesShow {
  4.     %orig(true);
  5. }
  6.  
  7. %end
Advertisement
Add Comment
Please, Sign In to add comment