add device deployment support

This commit is contained in:
Laurent Sansonetti
2011-07-19 23:51:27 -07:00
parent ec2dc355f2
commit 10e008f4a9
8 changed files with 708 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ class MyView < UIView
text = "ZOMG!"
else
bgcolor = UIColor.blackColor
text = @touches ? "Touched #{@touches} times!" : "Hello Ruby!"
text = @touches ? "Touched #{@touches} times!" : "Hello Rubixir!"
end
bgcolor.set