Back

开发rubymotion必备工具 —— 2 ( must-have libraries for rubymotion - part2)

发布时间: 2014-10-07 10:33:00

refer to: http://blog.arkency.com/2014/07/one-ruby-to-rule-them-all/

  1. Must-have-one

    • SugarCube - even better syntax for RubyMotion
    • BubbleWrap - a lot of utilities for managing most common platform elements like persistency, global state, notifications and hardware
    • AFMotion - best networking library with beautiful DSL and block callbacks
    • MotionSupport - port of the parts of ActiveSupport that make sense for RubyMotion
  2. Styling (with emphasize on SweetKit)

  3. Models

  4. Frameworks (with preference to simpler for the beginning RMQ)

Back