Hi all.
I'm going to look silly again, but it's better than getting crazy! Here's my issue. I have a UISearchBar which has a scopeBar that I want to hide. I do this :
searchBar.showsScopeBar = NO;
and I also call the
[searchBar becomeFirstResponder];
method at the end of the function, but it doesn't work.
Any idea ?
Thanks