Quote:
Originally Posted by evmacdev
Sdk doesn't like this statement "[cell[x][y] setImage:yourImage];"
as 'cell' is undefined. Should cell be defined in the header as an 'int' or somewhere else.
|
opps i made a typo
if your using the same code as originally posted it should be cells[x][y] (i think so anyway although its a long time since ive used this code)