mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-22 11:46:10 +08:00
add device deployment support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user