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

Improve focus handling

peterfriese opened this issue · comments

If focus is in an empty cell and the user hits the enter key (or performs any other action that removes focus from the cell), remove the empty task. This is in line with the Reminders app.