NSLog(@"m_datasource %d and coord.color %d",[m_dataSource.colors count],[coord.colorIndexes count]);
cell.spotColor = [m_dataSource.colors objectAtIndex: [coord.colorIndexes lastObject] intValue];
Here the values which I am getting for m_datasource 60 and coord.color 2 How to resole this?