ORKSpatialSpanGameState Class Reference
Inherits from | NSObject |
---|---|
Declared in | ORKSpatialSpanGameState.h ORKSpatialSpanGameState.m |
– enumerateTilesWithHandler:
Enumerates all tiles, indicating the state of each tile at the specified state of the game.
- (void)enumerateTilesWithHandler:(void ( ^ ) ( NSInteger tileIndex , ORKSpatialSpanTargetState state , BOOL *stop ))handler
Declared In
ORKSpatialSpanGameState.h
– playTileIndex:
Returns a result indicating whether the user’s tap was correct, incorrect, or ignorable.
- (ORKSpatialSpanResult)playTileIndex:(NSInteger)tileIndex
Declared In
ORKSpatialSpanGameState.h