Asneroll
Asneroll

Reputation: 154

Using a Search Bar

I need to add a search bar to my project, which I call the server passing as parameters words entered into the search bar.

All the examples I have found look on a TableView that contains data on which search is made but this is not what I want.

I thought of doing with a TextField but would like to know first if I could do with a SearchBar.

ps: sorry for my english ;)

Upvotes: 0

Views: 188

Answers (1)

iDhaval
iDhaval

Reputation: 7844

Here If you get all the data from the server using Web Services then here no meaning to use searchbar. you can do same thing with the textField also.

But if if you want it to look as search bar then you can use the photoshop designed UI. and validate text filed as search-bar.

Upvotes: 2

Related Questions