Skip to content

Instantly share code, notes, and snippets.

@ArtikusHG
Created July 16, 2017 09:45
Show Gist options
  • Save ArtikusHG/4c263888a8ab8a9d8f6b6366458819d3 to your computer and use it in GitHub Desktop.
Save ArtikusHG/4c263888a8ab8a9d8f6b6366458819d3 to your computer and use it in GitHub Desktop.
No dock background for iOS. Theos tweak.
%hook SBDockView
-(void)setBackgroundAlpha:(double)arg1 {
%orig(0.0);
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment