-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ready for Review #1
Comments
I have a very important question for you. The answer to this question was the whole point of the exercise and the thing that tripped many people up. You're reading from Also, implement the saving/restoring todo items. Use either NSUserDefaults or file I/O, NSArray has a built-in helper to load/save itself to disk. NSUserDefaults is a very commonly used tool, you should practice using it. The next level is to be able to implement the multi-line to do item. It's an illustration of what it takes to really fine tune a UI. It's an intermediate level task. Not incredibly difficult, but may take you as long as the rest of the assignment.
Here's my checklist of things I'm looking at when I'm reviewing this project.
|
/cc @nesquena @timothy1ee
As Tim knows, I've had some major pain issues this week, so my assignment is not up the standard I would normally like.
I think it meets all the criteria, but if there are problems I'm happy to fix them by the end of the week, if you would like me to do so.
thanks.
The text was updated successfully, but these errors were encountered: