Created
October 15, 2014 15:40
-
-
Save ynnadrules/1a6b87276b69311e690f to your computer and use it in GitHub Desktop.
Rubymotion Notification Center
This file contains 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
def viewWillAppear(animated) | |
super | |
@notifcation_observer = App.notification_center.observe SomeNotification do |notification| | |
some_method_on_this_contorller(notification.object) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment