I have an array with 30 positions and in each position of the array I have several objects type: NumProcess, Name, Age, Sex, DateNation.
I would like to display all these objects from each position in a single line using NSLog , but I do not want to do concatenation.
If I use this:
NSLog(@"Conteúdos no array: %@", [processosArray objectAtIndex:i]);
The result will be: Conteúdos no array: 0x8cb1da0