iPad/iPhone uiSearchbar transparent background
- by Tom
I know this questions was asked(and solved) before, but this wont work for me.
as a matter of fact, I had it already solved, but this issue came back out of nowhere and struck me on the head.
I am not able to set the background of my UISearchBar transparent.
I was always using:
searchBar.backgroundColor = [UIColor clearColor];
[[searchBar.subviews objectAtIndex:0] removeFromSuperview];
and it worked nicely... but suddenly it stopped. could be since I upgraded my xcode-version but I am not sure.
I spent a couple of hours already investigating this..
Is somebody out there to do this? please point me in the right direction.
thanks heaps!!!
best regards
T