rmq
rmq copied to clipboard
RMQ - RubyMotionQuery
``` dev:my_app dev$ rake Name: my_app Using profile: /Users/dev/Documents/Repo/my_app/signing/my_app.mobileprovision Using certificate: iPhone Developer: YOURNAME Build ./build/iPhoneSimulator-14.0-Development WARNING! Possible cyclical dependency between /Users/dev/.gem/ruby/2.5.1/gems/ruby_motion_query-1.7.0/lib/../motion/ruby_motion_query/grid.rb and /Users/dev/.gem/ruby/2.5.1/gems/ruby_motion_query-1.7.0/lib/../motion/ext.rb's class hierarchy. Consider revision if runtime...
I am having trouble applying styles on initial load to the inner objects of an UIButton For example this works and properly styles the label for a button when clicked:...
I'm following the HelloRuby tutorial. I recently downgrated from El Capitan to Yosemite on my Mac Pro for many reasons. At any rate, my Xcode version is: Version 7.2.1 (7C1002)...
Hello. https://github.com/infinitered/rmq/blob/master/motion/ruby_motion_query/image.rb#L28 here when you call resource you don't pass opts, so you can't specify custom extension for the file.
Hi. I can't seem to figure this one out. I am setting a remote_image for my UIImageView object like this: `find(:face_image).attr(remote_image: @face.picture)` it works fine. However I can't seem to...
Hello, When I set navbar translucent to false grid stops working. The grid is there but the UIViews that I have placed on first row is on third row if...
I saw some error with the UI View component, I not sure is the bug is due to `rmq` I got this error and try to figure out the problem...
I know the topic of detecting the _current_ view controller is a hairy one (I had my fair share of it). But would it be possible to extend `rmq.app.current_view_controller` and...