Skip to content

Instantly share code, notes, and snippets.

@ynnadrules
Created October 15, 2014 15:40
Show Gist options
  • Save ynnadrules/1a6b87276b69311e690f to your computer and use it in GitHub Desktop.
Save ynnadrules/1a6b87276b69311e690f to your computer and use it in GitHub Desktop.
Rubymotion Notification Center
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