Skip to content

Commit ff786e5

Browse files
authored
Update README.md
1 parent d82a100 commit ff786e5

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

README.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,34 @@ scratch, and work with programmatic design + storyboarding, scaling your
1616
app to multiple views, and certain UIKit elements.
1717

1818
## Instructions
19-
**Create a To-Do List app**
20-
* Required
21-
* General
22-
- [ ] Create a Universal app when you construct your Xcode project.
23-
- [ ] UI must scale to iPhone 6 and up and all iPads in both Portrait and
24-
Landscape orientations.
25-
* Hint: Think Auto-Layout. For UILabels, autoshrink in the Attributes
26-
Inspector is also useful.
27-
* To-Do List Table View
19+
You are **creating a To-Do List app**. For this project we will not give you any starter code, we want you to start the project by yourself! We want you to fork this repo and push all of your code here.
20+
21+
## Requirements
22+
23+
You **must** have these three classes, feel free to name them as you please. In addition, you should satisfy the general requirements below.
24+
25+
### Table View Controller of To-Do List Items
2826
- [ ] Ability to visually mark a task as completed
2927
- [ ] Ability to visually unmark a task as completed
3028
- [ ] Tasks must automatically clear 24 hours after they are marked as
3129
completed
3230
- [ ] Ability to delete a task
3331
- [ ] Button to add a To-Do Item (goes to Add To-Do Item View)
3432
- [ ] Button to view Stats (goes to Daily Stats View)
35-
* Add To-Do Item View
33+
### View Controller of To-Do List Statistics
34+
- [ ] Displays the number of tasks completed in the past 24 hours
35+
- [ ] Ability to return to To-Do List Table View
36+
### Add To-Do Item View Controller
3637
- [ ] Ability to add a task, where entering text and confirming returns to the
3738
To-Do List Table View, now updated with the new task added
3839
- [ ] Ability to cancel and return to To-Do List Table View without adding a
3940
task
40-
* Daily Stats View
41-
- [ ] Displays the number of tasks completed in the past 24 hours
42-
- [ ] Ability to return to To-Do List Table View
41+
### General Requirements
42+
- [ ] Create a Universal app when you construct your Xcode project.
43+
- [ ] UI must scale to iPhone 6 and up and all iPads in both Portrait and
44+
Landscape orientations.
45+
* Hint: Think Auto-Layout. For UILabels, autoshrink in the Attributes
46+
Inspector is also useful.
4347

4448
## Bells & Whistles
4549

@@ -50,13 +54,6 @@ app to multiple views, and certain UIKit elements.
5054
4. Mark all as complete button
5155
5. Any others that you think will impress us!
5256

53-
## Required Classes
54-
55-
You **must** have these three classes, feel free to name them as you please:
56-
57-
### Table View Controller of To-Do List Items
58-
### View Controller of To-Do List Statistics
59-
### Add To-Do Item View Controller
6057

6158
## Grading
6259

0 commit comments

Comments
 (0)