I've made an app, which downloads a JSON list from the internet and add the JSON list to the UITableView. After the content is in the UITableView, we start looking for the user via GPS. I would like the UITableView to rearrange after distance to the row's content.
I got the distance to each rows, but I do not know to rearrange and sort it after the distance.
Any hints?