Posts by LesandroxD23 • 35 points
2 posts
-
2
votes1
answer140
viewsQ: Xcode - Array position value is not displayed
I have an array with 30 positions and at each position of the array I have several objects like: Numprocesso, Nome, Idade, Sexo, Datanascimento. I would like to show all these objects from each…
-
1
votes1
answer516
viewsQ: How to pass data(string) from a class to Viewcontroller’s Textfield
I want to pass data of a class of the type NSObject to be shown in my TextField Viewcontroller. I tried to use the function prepareForSegue but I couldn’t. Does anyone know how to pass the data,…