Accessing 2D array and passing string to label.text
- by Amir
Hi.
I'm trying to create 2D array and initialize it with NSStrings.
When I try to copy content of a cell from the array to a label.text, the application crashes.
NSMutableArray *array = [NSMutableArray arrayWithCapacity:0];
[array addObject:[NSMutableArray arrayWithObjects:
[NSArray arrayWithObjects: @"0-0", @"0-1", @"0-2",…