Thank you! - also for suggesting how to view the changes.
Post
Replies
Boosts
Views
Activity
Thank you!
Thank you.
Sample code project is associated with WWDC22 session 10061
I found the documentation here:
contextMenu(forSelectionType:menu:primaryAction:) | Apple Developer Documentation
Thank you!
While this mostly worked, I ran into issues when deleting events by swipe actions. Here's the attempt:
https://github.com/nkalvi/Date-Planner-710387
It is because navigation path cannot persist between refreshes; persisting it seems to solve the issue.