iphone - Cocoa Touch - UISearchBar Keyboard - Hide 'Search' Button -
On my iPhone app, I am using a UISearchBar (without search display control). As UIButton I have my 'Search' button and so when the editing on the UISActbarbar starts, which pops up, I would like to hide the 'Search' button on it as it is unusable, because it is unusable. How can I go about doing this without the search display controller?
Or instead - is it possible to use my UIScumber and UIButton 'Search', as well as a keyboard 'search' button to work with? I have tried -
(zero) searchBarSearchButtonClicked: (UISearchBar *) searchBar
However my UISearchBar is called 'searchbar' and so its answer Not giving up (turning search bar into search bar does not work either) when I use a UISearchBar with a search display controller instead of it works perfectly - however, I do not want the new table view that it Opens on editing - or is there any way to stop it?
Thanks in advance!
Benji
- Edit: Hull I used a text file on searchbar, so it looks the same.
Resolve I've used a textfield instead of the search bar, it looks like.
Comments
Post a Comment