SwiftUI Navigation Menu
This is my implementation of a SwiftUI slide navigation menu. I build upon a similar model developed by Programming with Swift and provides an idea for other navigation ideas.
This is my implementation of a SwiftUI slide navigation menu. I build upon a similar model developed by Programming with Swift and provides an idea for other navigation ideas.
This post details a DynamoDB integration into a SwiftUI app. This is accomplished through ObservableObject integration and some modified AWS documentation.