mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 09:33:43 +08:00
b8cf5bcc65488d7b42e209e87f26797673a0cb5e
I needed to put a UITablBarController inside a UINavigationController (I know, NOT recommended by Apple, but I had to do it nonetheless). This fixes the stylesheet not being able to be set because when it found a UINavigationController as the root_view_controller, it just gave up. I'm asking the method to keep searching till it gets an actual UIViewController and not blindly trust that the visibleViewController is a UIViewController.
Started to add yard docs. Updated readme, I removed alpha warning because I think we're all good now
RMQ - RubyMotion Front-end Library
A fast, non-polluting, chaining, front-end library. It’s like jQuery for RubyMotion plus templates, stylesheets, events, animations, etc.
One of RMQ's goals is to have the best documentation of any RubyMotion UI library.
Read the RMQ Documentation here
Requires SDK 7 or higher, and iOS 7 or higher
Quick Start
gem install ruby_motion_query
# Create an app
rmq create my_app
# Then
cd my_app
bundle
rake
rbenv rehash after gem install if you use rbenv
Installation
RMQ requires no other gems. If you use stuff like scale and certain animations it will require some frameworks (like QuartzCore or CoreGraphics)
gem install ruby_motion_query
If you use rbenv
rbenv rehash
Require it
require 'ruby_motion_query'
or add it to your Gemfile:
gem 'ruby_motion_query'
for edge RMQ, add this to your Gemfile:
gem 'ruby_motion_query', :git => 'git@github.com:infinitered/rmq.git'
License
RMQ is available under the MIT license. See the LICENSE file for more info.
Created by Todd Werth (http://toddwerth.com)
Contributors
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Read the RMQ Documentation here
Languages
HTML
72.4%
Ruby
25.6%
CSS
1.3%
JavaScript
0.7%



