UISearchBarBackground Class

Posted by Jim Bonner on Stack Overflow See other posts from Stack Overflow or by Jim Bonner
Published on 2010-04-27T23:39:47Z Indexed on 2010/04/27 23:43 UTC
Read the original article Hit count: 511

Filed under:
|

I am using the following piece of code to hide the background on a UISearchBar: [[searchView.subviews objectAtIndex:0] setHidden:YES]; Pretty simple, but I worry about hard coding a position in a subview list. So I went looking for the UISearchBarBackground.h file and cannot find it. Does any know where the definition is hiding?

© Stack Overflow or respective owner

Related posts about uisearchbar

Related posts about iphone