Back

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

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

refer to: http://stackoverflow.com/questions/24333751/what-are-must-have-libraries-for-rubymotion

Things most people use:

From there, it depends. ProMotion is very popular, but some people want to be closer to the metal. My gem RMQ is popular, some people use it for everything (like we do) or just parts of it. Many people use ProMotion and RMQ together.

A lot of people use Sugarcube. It pollutes a lot of classes, so if you like that it's awesome with tons of sugar, if you don't it probably isn't for you.

Teacup is basically deprecated at this point. Use MotionKit or RMQ instead for stylesheets. I use RMQ of course, but MotionKit is really nice and I'd be totally happy using it as well. RMQ has grids, MotionKit has a very nice syntax and is less verbose. RMQ's stylesheets are more integrated with RMQ. MotionKit works in OS X and Android soon (RMQ is iOS only, although it should be portable to Android).

If you use Core Data, I recommend CDQ, there really isn't any competition to it (my company makes CDQ, full disclosure).

Normally people use a variety of CocoaPods, here a few common ones:

I'd guess these are some common configurations:

Back