Posts by Wesley S Favarin • 1 point
3 posts
-
0
votes2
answers190
viewsA: Uitableviewcontroller with Swift and JSON Displaying repeated values
In your Second tableViewController you have not added the index [indexPath.Row] //Change that override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath:NSIndexPath) ->…
-
0
votes1
answer63
viewsA: How to get GPS coordinates and GPS speed using Objective-C or Swift?
In Swift: //peça autorização para o usuário para ter acesso a localização, no exemplo abaixo //é criado um delegate para o mapa assim é possível mostrar a localização do //usuário no mapa e também…
-
0
votes0
answers297
viewsQ: Xamarin Cross menu hamburger iOS and Android!
I created an Xamarin Forms Portable project after I created a class with the drop-down menu, I would like to know how to align the Xamarin image in the center, because I am not getting it using…