Skip to content

Instantly share code, notes, and snippets.

@kailuo
Created August 25, 2010 23:23
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 kailuo/550493 to your computer and use it in GitHub Desktop.
Save kailuo/550493 to your computer and use it in GitHub Desktop.
for (UIView *subview in searchBar.subviews) {
if ([subview isKindOfClass:NSClassFromString(@"UISearchBarBackground")]) {
[subview removeFromSuperview];
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment