diff --git a/assign3.md b/assign3.md index cd62b5e9f1db9b48a9ab9f81e60c2acd8f123b93..561b58d471692f60597b2e94ac36b621a88136bd 100644 --- a/assign3.md +++ b/assign3.md @@ -208,6 +208,8 @@ to: - 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.** +All communication from view controller to view should be from the +`ButtonTiles` in the custom view's `subviews` array. ## Task 4: Animation Implement tile animation entirely in your `BoardView` class: