ios - Set up a UISearchDisplayController for a UITableViewController without a UISearchBar -
I think the only way to create a UISearchDisplayController is also to build
UISearchBar on my
UITableViewController .
However, I do not want to use
UISearchBar , and want to start searching through it instead of pressing a button
Is this possible?
I tried to activate
UISearchDisplayController by pressing the button:
- (zero) pressed the search button: (ID) sender {[manually . Search Display Controller Set Active: Yes Animated: Yes]; } This "works", but searchDisplayController shows that there is no UISearchBar . (It is evident).
I just finished setting hidden fields in no more yes The given search display controller has been shown and discarded.
Comments
Post a Comment