Created
March 14, 2016 15:10
-
-
Save broomburgo/1740115e9ad99e79f6b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// 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