Chris Allison

Results 1 comments of Chris Allison

I worked around this by adding a range check: ``` } else if (isGoingRight) { // check bounds if (info.yPosition < [self.gridCells count]) { if ([[self.gridCells objectAtIndex:info.yPosition] count] - 1...