In my app I am trying to make different venues, go into distance order within a table view, so that the customer can see what place is nearest to him, with this constantly changing...
any help?
In my app I am trying to make different venues, go into distance order within a table view, so that the customer can see what place is nearest to him, with this constantly changing...
any help?
Hold the venues as NSDictionaries (venue, distance) in an array and sort the array by distance in ascending order ..... Make the array the datasource of the Table View.