Skip to content

Instantly share code, notes, and snippets.

@broomburgo
Created March 14, 2016 15:10
Show Gist options
  • Save broomburgo/1740115e9ad99e79f6b5 to your computer and use it in GitHub Desktop.
Save broomburgo/1740115e9ad99e79f6b5 to your computer and use it in GitHub Desktop.
/// MainPage initializer
init(feedbackModelController: ModelController<FeedbackModel>) {
super.init(nibName: nil, bundle: nil)
feedbackModelController.updateSignal.onReception § eachTime § updateViewsWithFeedbackModel
viewReadyEmitter.signal.onReception § eachTime § feedbackModelController.notify
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment