mixing-objc-ruby icon indicating copy to clipboard operation
mixing-objc-ruby copied to clipboard

Mixing Objective-C and Ruby with RubyMotion

trafficstars

ObjC <-> Ruby

These are examples projects on how to mix Objective-C and Ruby.

Instructions

  1. cd ./ruby
  2. rake static

To run the Ruby project, just run rake inside ./ruby.

To run the Objective-C project, use Xcode as usual.