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

auto

parent 62973215
No related branches found
No related tags found
No related merge requests found
...@@ -208,6 +208,8 @@ to: ...@@ -208,6 +208,8 @@ to:
- ensure that the board's layout / draw methods are called by calling `board.setNeedsDisplay()` - ensure that the board's layout / draw methods are called by calling `board.setNeedsDisplay()`
**Do not add any externally-accessed methods or properties in your custom view.** **Do not add any externally-accessed methods or properties in your custom view.**
All communication from view controller to view should be from the
`ButtonTiles` in the custom view's `subviews` array.
## Task 4: Animation ## Task 4: Animation
Implement tile animation entirely in your `BoardView` class: Implement tile animation entirely in your `BoardView` class:
......
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