The fastest iOS app to add a note to your email inbox
I am using Note to Self Mail App now, as it’s doing a good job, and I didn’t want to maintain Major Key anymore.
How often are you on the run, or hanging out with friends, only to suddenly think of this really important thing you need to do when you’re back home or back at work?
You want to jot down that thought as quickly as possible so you don’t forget, and you want to be reminded. Until now there were a few good ways of doing that:
+
buttonAnd end up forgetting to read the note when you’re back home
This was a great app, launch it, type, confirm, and you have an email in your inbox. However IFTTT discontinued this app.
The new app uses web clips to launch a specific “workflow”, which was okayish (added 2 extra seconds each time for the animation + loading), but broke the workflow on the iPhone X, as the task switching gesture would trigger the web clip again, causing the app to launch again
With far less than 100 lines of Swift code, this simple app does all you need:
Within a second you’ll have the note in your email inbox. Extremely useful if you follow the inbox zero approach.
All with no waiting times or animations.
ViewController.swift
ViewController.swift
I am using Note to Self Mail App now, as it’s doing a good job, and I didn’t want to maintain Major Key anymore.