Skip to content

Instantly share code, notes, and snippets.

@ajamaica
Created January 29, 2012 22:11
Show Gist options
  • Save ajamaica/1700964 to your computer and use it in GitHub Desktop.
Save ajamaica/1700964 to your computer and use it in GitHub Desktop.
Quitar Fondo a un UISearchBar
[[searchBar.subviews objectAtIndex:0] removeFromSuperview];
searchBar.backgroundColor = [UIColor clearColor];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment