I\'d like to return a Cartesian coordinate (x, y), as two ints. The only way I see is to create a class and return an instance of it.
int
How to return two value
Couldn't you make an NSArray for this?
NSArray
return [NSArray arrayWithObjects:coorX, coorY, nil];