Skip to content

Instantly share code, notes, and snippets.

@jagbolanos
Created July 2, 2012 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagbolanos/3035847 to your computer and use it in GitHub Desktop.
Save jagbolanos/3035847 to your computer and use it in GitHub Desktop.
searchbar no box
searchBar.barStyle = UIBarStyleBlackTranslucent;
searchBar.backgroundColor = [UIColor clearColor];
[[searchBar.subviews objectAtIndex:0] removeFromSuperview];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment