100 Days of SwiftUI
2026-08-03
Project 16, part 3
More techniques to learn
Adding custom row swipe actions to a List
.swipeActions {...}- be sure not to hide important information in them
Scheduling local notifications
- local: ones made locally
- remote: push notifications (sent by Apple using the APNS)
Adding Swift package dependencies in Xcode
- using 3rd party code
- SPM: swift package manager built in