, :
[self generateGrid1]
[self generateGrid2]
, generateGrid1 generateGrid2. , ?
False. generateGrid1 , generateGrid2. .
, , , - . , :
int x = 3;
int y = 4;
x = x + 6;
y = y - 1;
int z = x + y;
printf("z is %d", z);
, , x+6 y-1; , z, . , - , , .
, , (, ), , , , .
, ; , . , , , . , , , , , . .
, , , , . Objective-c , , , . , , Objective-c. , , : , .
, . , .