hock
Results
1
issues of
hock
for (int i = 0; i < table.cells.count; i++) { NSArray* row = table.cells[i]; if (row.count >= 1) { //error [row[1] insertAtom:spacer atIndex:0]; } } When there is only one...