by shigemk2

当面は技術的なことしか書かない

alert

Titanium MobileとRubyMotionの比較 | ひげろぐ

alert = UIAlertView.new
alert.message = "Hello World!"
alert.addButtonWithTitle 'OK'
alert.show