quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

MotionInMotion RubyMotion for Rails Developers

RubyMotion for Rails Developers: Introduction Video - MotionInMotion

RubyMotion for Rails Developers: Hello RubyMotion - MotionInMotion

RubyMotion for Rails Developers: Views and View Controllers - MotionInMotion

<div>
  <p>Hello World!</p>
</div>
div = UIView.new
label = UILabel.new
label.text = "Hello World!"
div.addSubview(label)

初心者向けの内容になってためにならないかと思ったけど、 motion-toolboxとか新たに知った