Skip to content
Snippets Groups Projects
Commit f415e66f authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 47d2bc9d
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ Implement tile animation entirely in your `BoardView` class:
view controller removes the `ButtonTile` from the board.
## Task 5: Gestures
Add gestures to the board. The gesture recognizer use your
Add up, down, left, and right swipe gestures to the board. The gesture recognizer use your
game's view controller as a target (first parameter to the
`UISwipeGestureRecognizer` initializer), but you can attach this either to
view controller's view, or to the game board. Either works.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment