Skip to content

Instantly share code, notes, and snippets.

@broomburgo
Created March 14, 2016 15: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 broomburgo/b6438d9b65e7570147c9 to your computer and use it in GitHub Desktop.
Save broomburgo/b6438d9b65e7570147c9 to your computer and use it in GitHub Desktop.
feedbackModelController.deltaSignal
.filter { $0.feedback.rawValue < $1.feedback.rawValue}
.filter { $1.feedback == .Good || $1.feedback == .ReallyGood }
.onReception § eachTime § inAnyCase § showThankYouAlert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment