Skip to content

Commit 1912029

Browse files
CypherPoetCypherPoet
CypherPoet
authored and
CypherPoet
committed
Complete Day 31: Project 6, Part Two
1 parent 59d550a commit 1912029

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ Feedback and suggestions are highly appreciated. I'll be opening up [issues](htt
4646
- [Day 28: Project 5, Part Two](/day-028)
4747
- [Day 29: Project 5, Part Three](/day-029)
4848
- [Day 30: Project 6, Part One](/day-030)
49+
- [Day 31: Project 6, Part Two](/day-031)

day-031/README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,24 @@ for label in labels {
5555

5656
### Challenge 1
5757

58-
>
58+
> Try replacing the widthAnchor of our labels with leadingAnchor and trailingAnchor constraints, which more explicitly pin the label to the edges of its parent.
59+
60+
- 🔗 [Commit](https://github.com/CypherPoet/100-days-of-swift/commit/dcaed9188d78989939baee4dfecb48998cec8347)
61+
62+
63+
### Challenge 2
64+
65+
> Once you’ve completed the first challenge, try using the safeAreaLayoutGuide for those constraints.
66+
67+
- 🔗 [Commit](https://github.com/CypherPoet/100-days-of-swift/commit/937ee135037500cbbfb4ae004c7ae8c28a996dce)
68+
69+
70+
### Challenge 3
71+
72+
> Try making the height of your labels equal to 1/5th of the main view, minus 10 for the spacing.
73+
74+
- 🔗 [Commit](https://github.com/CypherPoet/100-days-of-swift/commit/1d30fef0bdf83a3697094a119fa2df43ff92b956)
75+
5976

6077

6178
## 🔗 Additional/Related Links

day-031/constraints.mp4

448 KB
Binary file not shown.

0 commit comments

Comments
 (0)