Skip to content

Instantly share code, notes, and snippets.

@gngrwzrd
Created June 1, 2021 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gngrwzrd/7015d1beee212cb8abf70334c70a5799 to your computer and use it in GitHub Desktop.
Save gngrwzrd/7015d1beee212cb8abf70334c70a5799 to your computer and use it in GitHub Desktop.
extension Notification.Name {
///Post this to go next.
static let FormFieldNavigationNext = Notification.Name("FormFieldNavigationNext")
///Post this to go previous.
static let FormFieldNavigationPrevious = Notification.Name("FormFieldNavigationPrevious")
///Post this to end editing.
static let FormFieldNavigationDone = Notification.Name("FormFieldNavigationDone")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment