Daggerpov / Quote-Droplet-iOS

iOS app that serves quotes through its feed, search, widgets, and notifications (Available on iOS App Store).
https://apps.apple.com/app/quote-droplet/id6455084603
1 stars 0 forks source link

Navigation to Submission separate View, not sheet #29

Open Daggerpov opened 7 months ago

Daggerpov commented 7 months ago

Follow NavigationStack video: Change Submit a Quote sheet to a navigationstack that directs to both a separate page for the form, and in the future, a separate page for the submitted quotes with their statuses

Use same video for settings button in top right of home Use Links to redirect to Mac app, review, share app, bug report (another form)

Important: Do hide keyboard workaround or find fixed way to hide keyboard with ontapgesture SwiftUI (like video added by code genius)