UISearchDisplayController is part of Apple's UIKit framework. It greatly simplifies adding UISearchBars to UITableViews.
0
votes
1answer
17 views
How to add a search Icon as section for SearchBar in UITableView using search controller
I am trying to add the image for search (magnifying glass) as the section, to easily go to the search bar.
This is the issue I am experiencing:
My code to setup the sections is as follows:
Note: ...
0
votes
1answer
32 views
Search controller searching an array of dictionaries
I am trying to follow two tutorials on how to implement a search controller for a UITableView. This is all working ok so far the issue I have is with the search/filter itself:
Tutorial links: ...
2
votes
0answers
34 views
How to dismis SearchDisplayController's keyboard?
I'm trying to create iPad application, which has two UIViews (like UISplitView). There is UISearchDisplayController in the "master" side.
I need to dismiss keyboard by tapping outside (either ...
1
vote
4answers
36 views
Custom UITableViewCell in UISearchDisplayController
I have UITableView and UISearchDisplayController. UITableViewCell is a custom cell with rowHeight = 30:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath ...
0
votes
0answers
11 views
tableview search results: every result duplicated
So I had the ability to show a list of search results showing and then before I could save anything, Xcode started having errors--wouldn't build, couldn't find project file (which has been happening a ...
0
votes
1answer
23 views
UISearchDisplayController inside UIPopOverController - searchResultsTableView not displaying properly
So I have a tableview inside a UIPopOverController and I attached a UISearchBar to the header of the tableview and I have the UISearchDisplayController displaying the correct results. However, I can't ...
0
votes
1answer
16 views
Selections not occurring when UISearchDisplayController is being used
I am using UISeachDisplayController with a UITableView. It is set up programatically in the viewDidLoad method for the UITableViewController:
- (void)viewDidLoad
{
[super viewDidLoad];
[self ...
0
votes
0answers
8 views
Show searchDisplayController.searchResultsTableView by touching bookmark button
Is it possible to show self.searchDisplayController.searchResultsTableView
by clicking on bookmarks button? (searchBarBookmarkButtonClicked: method will be called).
As I see, this table shows up ...
0
votes
1answer
58 views
Fast Enumeration loop on an array containing an NSDictionary
I have an array that contains a dictionary i have to implement the search function on this array and get it to display only the typed in text in the search bar ........................
i have tried ...
0
votes
0answers
48 views
Embed a UISearchBar in a ViewController's View
I'm looking to add a search bar to an existing view controller(s). I have a view without a with a search bar to build out a URL to send to a web service. I'd like to populate incoming results in a ...
0
votes
0answers
25 views
On iPad only, iOS appears to ignore - [searchBar sizeToFit]
UITableView, UISearchBar, UISearchDisplayController, iOS, Universal App,ScopeBar Xcode 4.6.2
The Universal app has a UITableView with a UISearchBar with ScopeBar in the header location.
Everything ...
1
vote
4answers
52 views
Getting an NSDictionary by filtering another NSDictionary
Hope someone could help me with that :
I'm using a NSDictionary to fill a UITableView.
Its model is like [key:userID => value:userName].
The tableView is only filled with userName but when ...
0
votes
0answers
38 views
ios UISearchDisplayController dismiss when scroll result table view
I used UISearchDisplayController to implement Search function. My main controller A has a tableview and I added UISearchBar to its tableheaderview.
I assigned:
...
0
votes
0answers
40 views
UISearchDisplayController/NSFetchedResultsController with custom sort order
I'm implementing a search feature in my app. I would like the user to look up a word simultaneously in multiple attributes of a given Entity.
Here is an example for an Entity with 3 String ...
0
votes
1answer
57 views
IOS: UISearchDisplayController and UITableView.
I've a question about best object to use in my App.
I have a three columns UITableView containing a NSString, NSDate, double. I would like to help users filtering and make the easiest query. Using ...
0
votes
0answers
32 views
FilterContentForSearchText in UIsearchDisplayController working with collections
Good morning everyone. I have got a problem with filtering data using UISearchDisplayController. Instead of having a simple NSArray and easy using a predicate, I have a collectione and I would like to ...
0
votes
1answer
47 views
Cell at UISearchController SearchTableView not responding to didSelectRowAtIndexPath
I have a main table view with a search display controller. I'm using a custom cell.h which implement
(void)setSelected:(BOOL)selected animated:(BOOL)animated
When I select the cell from ...
0
votes
2answers
115 views
UISearchDisplayController not correctly displaying custom cells
So I have a tableView that has sections and rows, and it uses a custom cell class. The custom cell has an image view and a few labels. The table view works fine, and the search works, except the ...
0
votes
1answer
58 views
Search Display Controller tableview
I have a Search Bar and Search Display controller that I dragged from the Objects list on the right of Interface Builder. I placed this object on my DetailViewController's view. I set the delegate to ...
0
votes
1answer
96 views
Placed Search Bar in Table View. Selecting result gives wrong Detail View?
I've created a TableView Controller that contains custom cells, and is populated with data from a MySQL database. Everything works great.
I added a search bar, and the search also works great. ...
2
votes
1answer
33 views
UISearch bar always displays : no result
In my application, I display data from sqlite database in uitableviewsuccessfully and insert UISearchbar and display controller to display search results in an another table, the problem is that when ...
1
vote
0answers
43 views
Calling search display controller without touching the search bar
J have a tableview which is getting its data and a functioning search bar but the sech is taking spage that i need. So i want to hide it and so the search displaycontroller is called with a push of a ...
0
votes
1answer
48 views
iOS6, StoryBoards: UISearchDisplayController returns wrong custom UICell height
I use custom cells in storyboard with height set to 57.
While searching in tableView,UISearchDisplayController returns my custom cell but the height is wrong.
Code:
- (UITableViewCell ...
3
votes
1answer
49 views
How can I save the state of an UISearchDisplayController?
In my app user can make some search from a UISearchBar situated in UINavigationBar. Then he can press the cell and I will pop another view controller for him. But when he presses back button in the ...
0
votes
0answers
26 views
UISearchDisplayController resets contentInset
i try to set a custom contentInset to a UISearchdisplayControllers searchResultsTableView.
after initializing it
_searchController = [[UISearchDisplayController alloc] initWithSearchBar:_searchBar ...
0
votes
1answer
260 views
How can I use UISearchBar or UISearchController as a UICollectionView header?
I have a UICollectionView which has nine cells in it. Each cell is a square, so that they're laid out in a 3 by 3 grid. This works nicely, and when the device rotates, I call ...
5
votes
1answer
80 views
How can I filter tableView with two predicates
I have tableView with searchDisplayController. In this TV i have to arrays (first/last names)
I can filter this values by names, using predicate, with this code
NSPredicate *predicate = [NSPredicate ...
0
votes
2answers
75 views
Array out of bounds error when using UISearchDisplayController
I have a UISearchDisplayController on a UITableView. The UITableView grabs JSON data from a server, breaks it down, and an object class takes that data and creates objects. It adds the Objects to a ...
0
votes
0answers
74 views
Resize UITableview of UISearchDisplayController
I'm using two searchbar on top of eachother in my layout like so :
Both search bar have a UISearchDisplayController that display a suggestions table.
My problem is, the top search bar's display ...
0
votes
0answers
23 views
Why ipad app is not responding after enter text into searchbar
Hi in my application i am using the searchdisplaycontroller along with tableview, After search complete the result data will load in tableview.This functionality is working fine in ios 5 but not ...
0
votes
1answer
53 views
Getting multiple table view instances to match
I'm trying to get the cells returned within my searchResultsTableView to look just like those in the "regular", non-search table view. Here's my regular view.
The first time you search, the results ...
0
votes
0answers
33 views
Tapping on a row on search results table does not perform segue
Having two view controllers.
AllTVC > stores todo items
DetailTVC > shows item's details
When tapping on a row in AllTVC I get routed to the DetailTVC and selected item is shown.
When I search for ...
0
votes
0answers
95 views
Customizing appearance of search bar and cancel button
I have a UISearchDisplayController and I would like to customize the background image of the UISearchBar as well as the background image of the cancel button.
Currently I am setting the background ...
0
votes
0answers
43 views
Change scopeBar title with icon
I need to change scopeButtonTitles to icon, what i'am doing now is assign image to title something like this
UIImage *books1 = [UIImage imageNamed:@"icon_book.png"];
UIImage *books2 = [UIImage ...
0
votes
1answer
170 views
UISearchBar: FilterContentForSearchText not working on a UITableView (results not shown on table)
PROBLEM PARTLY SOLVED, SEE END OF POST:
Showing search results on a UITableView not working. The table stays blank, doesn't show any results but the searching must work because when I search for ...
0
votes
0answers
20 views
Mimic Safari.app behavior with search suggestions
I have a standard UISearchDisplayController to search through entries from the backend.
Now at the very beginning, when the UISearchBar gets focus, I want to show previous search results in the ...
2
votes
0answers
95 views
SearchDisplay controller is not showing my search results
I am trying to make a contacts tableview like the iPhone contacts module. I have a tableview sorted alphabetically with header sections (A-B-C-...). Now I want to search this tableview. After my ...
0
votes
0answers
55 views
UISearchDisplayController: Add multiple filters to an existing filter
I am using a UISearchDisplayController the default way to filter the cells of a UITableViewController by its text values (e.g. to show only the cells which start with the letters 'ab'). The values in ...
3
votes
1answer
101 views
Don't show UISearchDisplayController results view until search tapped
How do I disable showing the search results view until the search button is tapped?
I want the dark modal appearance to stay also, I don't want to just see the "No Results" background.
It seems like ...
-3
votes
1answer
124 views
[__NSCFString setView:]: unrecognized selector sent to instance 0x8292720
I have searchBar and searchDisplayController put in tabbar that is main tabbar.
When I open new viewcontroller by pushing there has no problem.
mainTabbar -> navigationController+searchController ...
0
votes
0answers
67 views
NSMutableArray doesn't add object after filtering with NSComparisonResult?
Sorry about the unspecific question, this is my first one and I just can't find the thing I'm doing wrong.
I've got a UITableView that lists the name-properties of some objects of a class called ...
0
votes
0answers
94 views
uisearchcontroller & cancel button
I have an application with a UITabBarController that have some UINavigationController, two of this have a tableview with UISearchController.
The search function work perfectly, but if I change view ...
0
votes
1answer
31 views
Two UISearchBars showing up in a view controller when only one is instantiated
I have two search bars shhowing up in a view controller. It's strange because I have the same exact code in another vc and it works fine. (the search bar in the background shouldn't be there)
here's ...
0
votes
1answer
99 views
UISearchDisplayController animate reloadData
I've been reading all the documentation about UISearchDisplayController and its delegate but I can't find any way to animate the table view when the search criteria change.
I'm using these two ...
0
votes
0answers
27 views
Two UISearchBars in UITableView
I am trying to place two UISearchbars in a headerview of a UITableView. I am doing it like so
_searchOne = [[UISearchBar alloc] initWithFrame:CGRectMake(0, 0, 180, 45)];
_searchOne.delegate = self;
...
0
votes
0answers
19 views
how to search an elemnt from second viewcontroller by implementing search bar in firstview controller
i have a doubt regarding to searchbar in ios application.
i have 2 tableviews ,in first tableview i implement categories named as rock,jazz,dance and janre,
each category moves to another table view ...
0
votes
0answers
86 views
UITableView Grouped background customization with UISearchDisplayController
I didn't find the good way to customize the backgroundView of a UITableViewStyleGrouped if a UISearchDisplayController is active.
At the time, I have a subclass for UISearchDisplayController:
...
1
vote
2answers
308 views
UISearchBar animation problems
I'm trying to make a UISearchBar expand when it becomes active.
The problem I'm having is that the search bar only expands after the user has typed at least 2 characters of text in there. Until then ...
0
votes
0answers
48 views
How to create segue for UISearchBar's bookmark button in IB?
Is there a way to let the bookmark button of an UISearchBar (in a UISearchDisplayController) perform a push segue using a storyboard? When I try to ctrl-click from the bookmark button to a new scene ...
1
vote
1answer
69 views
UISearchDisplayController multiple separator lines when results are zero
Working with UISearchDisplayController I found the following issue as show in image uploaded at this URL.
Default height of the row is 74, but when the results are zero, I don't whats happening but ...







