peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reminders cannot be added once a list is outside the scroll area.

Swalden opened this issue · comments

Hi,

Firstly thank you for this example, it really helped me getting tapping away from the keyboard to close the keyboard working. There is another issue in my own app that I've been trying to fix that I've noticed you don't handle as well. Basically when you add a task/reminder but the new task is added outside of the visible scroll area, @focusstate does not scroll it into view and focus it. It's a tricky issue as a view updates can often prevent workarounds using scrollTo from working.

Any ideas?

Spencer