Skip to content

Instantly share code, notes, and snippets.

@redmar
Created October 3, 2008 20:39
Show Gist options
  • Save redmar/14637 to your computer and use it in GitHub Desktop.
Save redmar/14637 to your computer and use it in GitHub Desktop.
@implementation CPToolbar (TransparantToolbarBackground)
- (void)setTransparantBackground
{
var myToolbarView = [self _toolbarView];
[myToolbarView setBackgroundColor: [CPColor colorWithCSSString:@"none;"]];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment