Complete Day 81
This commit is contained in:
parent
a85891d902
commit
0479cfcad1
|
@ -86,10 +86,11 @@ I'm currently seeking freelance, remote opportunities as an iOS developer! If yo
|
||||||
- **Day 77:** [Milestone for Projects 13-15 (Part One)](./day-077/)
|
- **Day 77:** [Milestone for Projects 13-15 (Part One)](./day-077/)
|
||||||
- **Day 78:** [Milestone for Projects 13-15 (Part Two)](./day-078/)
|
- **Day 78:** [Milestone for Projects 13-15 (Part Two)](./day-078/)
|
||||||
- **Day 79:** [_Project 16: QRCollector (Part One)_](./day-079/)
|
- **Day 79:** [_Project 16: QRCollector (Part One)_](./day-079/)
|
||||||
|
- **Day 80:** [_Project 16: QRCollector (Part Two)_](./day-080/)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
- **Day 80:** [_Project 16: QRCollector (Part Two)_](./day-080/)
|
- **Day 81:** [_Project 16: QRCollector (Part Three)_](./day-081/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Day 81: _Project 16: QRCollector_ (Part Three)
|
||||||
|
|
||||||
|
_Follow along at https://www.hackingwithswift.com/100/swiftui/81_.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
# 📒 Field Notes
|
||||||
|
|
||||||
|
This day covers Part Three of _`Project 16`_ in the [100 Days of SwiftUI Challenge](https://www.hackingwithswift.com/100/swiftui/81). (Project 16 files can be found in the [directory for Part One](../day-079/).)
|
||||||
|
|
||||||
|
It focuses on several specific topics:
|
||||||
|
|
||||||
|
- Creating context menus
|
||||||
|
- Scheduling local notifications
|
||||||
|
- Adding Swift package dependencies in Xcode
|
||||||
|
|
||||||
|
|
||||||
|
The commit for this day's changes can be found [here](https://github.com/CypherPoet/100-days-of-swiftui/commit/a85891d9029f361793b977afb1f522bb5bbca417).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue