I want to display the locations in
UITableView
. Here I take one UITextField
and UITableView
. Now I want to display the name of location in the table view according to the keyword typed in the text field. Any one know how to do that? Please help me friends. The table view should bring up suggested places because sometimes user might misspell the city name or there might be the same city name in different country.
on bases of above image You can understand what exactly i need.