Posts by Silvio Vaz • 83 points
2 posts
-
0
votes1
answer81
viewsQ: indexPath does not match the content in tableView
I’m carrying a tableView from a array laden with arrays, this whole charging process is working perfectly, however, when I update the tableView (reloadData) with the same information and I have the…
-
8
votes1
answer1135
viewsQ: How to get the full CEP using reverseGeocodeLocation on Xcode?
I’m using the reverseGeocodeLocation to search for the zip code and it works well; however, it only brings 5 digits of the zip code. How to get the full zip code? Follow the code: -…