SimpleView
SimpleView copied to clipboard
RubyMotion DSL for UIKit
I tried to add multiple orientation support to my app using SimpleView. Changes similar to following: https://github.com/siuying/CurrencyApp-RubyMotion/compare/rotation However, the views do not rotate as what I would expected. Is this...
On RubyMotion 1.30, i failed to run projects included SimpleView. ``` Hydrogen:SimpleView(dependency|98d) $ rake Build ./build/iPhoneSimulator-4.3-Development Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/ui_color.rb Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/string.rb /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/string.rb:23: warning: string literal in condition Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/ui_image.rb Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/ui_font.rb...
I add a UIButton to a UIBarButtonItem, the using the SimpleView button builder and the UI::UIButtonBuilder.new.build(..) crashed. 1. This crashed @nav_add_button = UI::Layouts.setup(view) do button buttonType: UIButtonTypeCustom, width: 32, height:...
Hi, it looks like SimpleView is broken in RubyMotion 1.18. See, when I add it to my `Gemfile` and bundle and run `rake` it fails launching the app in the...
Hi, I've been using this library primarily on my project, since the gem is easier to add to the project. However, I think there's a lot of missing examples, like...
Could you please detail the steps to install the gem in your gemfile? gem install simple-view does not work, and 'your gemfile' is somewhat vague.