Skip to content

Instantly share code, notes, and snippets.

@geraudmathe
Created May 15, 2012 07:17
Show Gist options
  • Save geraudmathe/2699722 to your computer and use it in GitHub Desktop.
Save geraudmathe/2699722 to your computer and use it in GitHub Desktop.
helloworld with rubymotion
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
alert = UIAlertView.new
alert.message = "Hello World!"
alert.show
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment