Skip to content

Instantly share code, notes, and snippets.

@andrewhavens
Created August 6, 2016 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewhavens/1218809fc36a94001f1c89caacf2c4e0 to your computer and use it in GitHub Desktop.
Save andrewhavens/1218809fc36a94001f1c89caacf2c4e0 to your computer and use it in GitHub Desktop.
class AppDelegate < PM::Delegate
def on_load(app, options)
open ListEventsScreen.new(nav_bar: true)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment