cs193p – Assignment #4 Task #1

Please note, this blog entry is from a previous course. You might want to check out the current one.

Your application this week is still required to play both the Set and Playing Card matching games (in separate tabs) and must show the score and allow re-deals, but you can remove the UI for showing the result of the last card choice as well as the History MVC added last week.

From your storyboard remove the history view controller as well as the navigation view controllers. Relink both game view controllers with the tab view controllers. Finally remove the flip-description labels:

cs193p – assignment #4 task #1 – cleanup
cs193p – assignment #4 task #1 – cleanup


It’s not required but hint #10 suggests so, remove all unused code, which includes the history-view-controller class, the outlets for the flip description, the mode selector and the history slider, their setters and getters and their actions, and everything else which accesses any of those … of course you could even leave everything in your code, but it might get a mess and make future debugging more complicated …

We will be able to remove much more code, as soon as the tasks of this assignments are done … also we do not care about the layout for now (the top bar has gone, the flip-history label as well) … as the it will change with future tasks anyway …

The complete code is available on github.

FacebooktwitterredditpinterestlinkedintumblrmailFacebooktwitterredditpinterestlinkedintumblrmail

Leave a Reply

Your email address will not be published.