2
votes
8answers
617 views
Light gray background in “bounce area” of a UITableView
Apple's iPhone apps such as Music and Contants use a search bar in a UITableView. When you scroll down so that the search bar moves down, the empty space above the scroll view's co …
2
votes
3answers
1k views
iPhone UITableView with UISearchBar and refreshing Section Index
I have a UITableView with a UISearchBar at the top of it.
I also use the Section Index delegate to display ABC...XYZ on the right hand side.
Problem occurs when I click on the Se …
1
vote
1answer
115 views
Dynamically Changing Keyboard Type for a UISearchBar
I have an iPhone app that uses a UISearchBar and UISearchDisplayController. The search bar has three scope buttons. I would like the keyboard to be a numeric keypad when a partic …
1
vote
1answer
171 views
UISearchBar tinted like Contacts
The UISearchBar in my UITableView header is the strong color.
The TableSearch uses the more subtle code, but I'm not sure how it's doing it. I've looked at the TableSearch example …
1
vote
3answers
617 views
How to use UISearchDisplayController from a controller within an UITabBar controller ?
I have an UITabBar controller managing several controllers (using SDK 3.0). One of these is a tableView controller and I need to provide a search capability using the UISearchDispl …
1
vote
3answers
862 views
How to make the search bar staying always on top using UISearchDisplayController in iPhone SDK 3.0
The iPhone SDK 3.0 has this handy new class "UISearchDisplayController" which makes it easy to create a search bar, handling all the user input and displaying the search results.
…
1
vote
1answer
355 views
Efficient approach to do search using SearchBar,SearchDisplayController and UITableView.
I want to do postcode search using SearchBar,SearchDisplayController and UITableView. I am thinking of doing it using CoreData, but still I want to know if anyone has some efficie …
1
vote
3answers
431 views
Scroll UITableView so that the header isn’t visible
I've got a UITableView with a UISearchBar as the tableViews.tableHeaderView. Just like the new Mail.app, Notes.app, etc. in 3.0. I want to hide the SearchBar until the user drags i …
1
vote
1answer
458 views
Can I hook into UISearchBar’s Clear Button?
Hey guys,
I've got a UISearchBar in my interface and I want to customise the behaviour of the the small clear button that appears in the search bar after some text has been entere …
0
votes
0answers
5 views
UISearchBar in a UITableView
I'm trying to mimic the behaviour of a table view like one in the iPod app for Artists - it's a sectioned table view with a section index on the right and with a search bar at the …
0
votes
0answers
9 views
Setting clearButtonMode for UISearchBar
Haven't looked at this in a while, so I could be misremembering, but I thought it was possible to set the clearButtonMode of a UISearchBar without walking the subviews to find the …
0
votes
1answer
27 views
iPhone UISearchBar & keyboardAppearance
When the keyboard appears, I want to set the
keyboardAppearance = UIKeyboardAppearanceAlert
I've checked the documentation and it looks like you can only change the keyboardTyp …
0
votes
1answer
18 views
Search bar delegate - difference between searchBarShouldBeginEditing / searchBarTextDidBeginEditing?
What's the difference between them? In my experimentation, they seem to get called during the same action - once the user taps the search bar to bring up the keyboard. This is desp …
0
votes
1answer
13 views
Help With UISearchBar Methods
So I'm having trouble implementing a search bar in my app.
The methods find the filtered items but for some reason they won't show up in my tableview.
I think it has something to …
0
votes
1answer
14 views
bubble of selected item while searching in UISearchBar like in mail app
I would like to implement something close to what happen in mail app in iphone when you enter new address in "To:" field: when you start searching a list of matching addresses appe …
