I\'m trying to get some variables from JSON response and display it in a custom table view.. the problem is that the variables are never updated.. for more explanations here\'s
write this in your address function after fetching the data into your arrays
DispatchQueue.main.async{ tableView.reloadData() }