ios - What are must-have libraries for RubyMotion? -



ios - What are must-have libraries for RubyMotion? -

i'm relatively new rubymotion development, have experience ios in objective-c.

when started using rubymotion found quite lot libraries that. there helpful libraries networking, info storage , on, confuses me these layout (ui) libraries.

there bunch of them , popular are: - sweettea - sugarcube (not ui) - motionkit - teacup - rmq (not ui)

i'd of them useful , 1 should reject. i'm starting brand new project scratch flexible take , want start useful , commonly supported tools allow me develop layouts ios.

can suggest must-have tools , libraries rubymotion?

things people use:

bubblewrap motion-cocoapods afmotion (if need networking ) motion-hockeyapp (or testflight) awesome_print_motion

from there, depends. promotion popular, people want closer metal. gem rmq popular, people utilize (like do) or parts of it. many people utilize promotion , rmq together.

a lot of people utilize sugarcube. pollutes lot of classes, if it's awesome tons of sugar, if don't isn't you.

teacup deprecated @ point. utilize motionkit or rmq instead stylesheets. utilize rmq of course, motionkit nice , i'd totally happy using well. rmq has grids, motionkit has nice syntax , less verbose. rmq's stylesheets more integrated rmq. motionkit works in os x , android (rmq ios only, although should portable android).

if utilize core data, recommend cdq, there isn't competition (my company makes cdq, total disclosure).

normally people utilize variety of cocoapods, here few mutual ones:

afnetworking (this standard of course, , afmotion uses this) svprogresshud jmimagecache etc

i'd guess these mutual configurations:

bubblewrap, rmq bubblewrap, sugarcube, motionkit bubblewrap, promotion, sugarcube, motionkit bubblewrap, promotion, rmq bubblewrap, promotion, sugarcube, motionkit, rmq (used events, animations, etc, not stylesheets)

ios ruby rubymotion

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -