From f238c0d17dabda8a9577adc9b08b6a39f0d67b2e Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 31 Mar 2020 14:48:15 -0400 Subject: [PATCH] auto --- assign3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign3.md b/assign3.md index 853d260..46bfe4e 100644 --- a/assign3.md +++ b/assign3.md @@ -120,7 +120,7 @@ you probably want to have tile 13 disappear, while tile 14 moves to the left. This makes animation more straightforward. -## Implement TileButtons Programmatically in the ViewController +## Change the ViewController to use TileButtons Your `updateViewForGame` (substitute whatever name you use) needs to ensure that there are buttons on top of the *board* (`viewOutlet` you've attached to the square view you put on the storyboard) for each current tile. This -- GitLab