From 62973215c333095f5e65cbb486e3fc18922bc27b Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 10 Mar 2020 18:28:07 -0400 Subject: [PATCH] auto --- assign3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign3.md b/assign3.md index fd53112..cd62b5e 100644 --- a/assign3.md +++ b/assign3.md @@ -207,7 +207,7 @@ to: - update the score - 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.** ## Task 4: Animation Implement tile animation entirely in your `BoardView` class: -- GitLab