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

Tutorial: Inline editing

peterfriese opened this issue · comments

  • The original app allows users to tap the enter key to create a new item. Tapping in the empty area also creates a new item. Hitting enter in an empty todo will remove it.
  • Let’s build this for our app, too
  • Adapt my blog post, see if this can be done more easily these days.