Filter a TableView using Geo Location
Hi,
I have a TableView that has "Current Location" as the first row entry. The TableView does have a search bar as well.
When this is clicked it calls a JSON request and then returns a city name. I then want to use this city name to filter the list of tableview data (as is done when you search the view). I would like the tableview to then filter on the value returned from the JSON call. This will allow the user to ensure his location is in the list.
Any idea on how to do this? I tried setting the filterAttribute but this didn't do the trick.
Many thanks in advance for your assistance.