Posts by Adriano Chedid • 11 points
2 posts
-
1
votes1
answer186
viewsQ: How to assemble a dictionary from two arrays, one from keys and the other from Swift values
I have two arrays containing information of courts and players. Need to put in a tableview this data, being that the sections of the table would be the blocks and the values, of each section, would…
-
0
votes2
answers191
viewsQ: How to migrate data between views using Tab Bar Controller (Swift)
I have a Tab Bar Controller with three buttons. How do I take an array, loaded from data stored in Core Data, from a view (button 1) to another view (button 2)?