Skip to content

Instantly share code, notes, and snippets.

@broomburgo
Created March 14, 2016 15:11
Show Gist options
  • Save broomburgo/20882b3bbf8ce7f56a51 to your computer and use it in GitHub Desktop.
Save broomburgo/20882b3bbf8ce7f56a51 to your computer and use it in GitHub Desktop.
pageFactory.signalMakeMainPage
.flatMap { $0.signalLeaveFeedback }
.onReception § eachTime § inAnyCase § presentSelectionPage
pageFactory.signalMakeSelectionPage
.flatMap { $0.signalSelection }
.onReception § eachTime § inAnyCase § popTopPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment