Quick Start
Install gem
gem install ruby_motion_query
If you use rbenv, rehash:
rbenv rehash
Create an app
rmq create my_app
Then
cd my_app
bundle
rake
Let’s have some fun in the console, now do this:
Add a button
rmq.append(UIButton).layout('a3:d4').data("Tap me").on(:touch){|sender| puts 'touched'}
Select all views and animate them
rmq(UIView).animations.throb
Open the inspector
rmq.all.inspector
Create an image browser app in 36 minutes
RMQ was created by Todd Werth @ InfiniteRed
Contributors
RMQ is licensed under the MIT license. Do as you like.