This repo shows how wrap an Objective C API so that it is more amicable to be called by RubyMotion.
- Your wrapper code goes in the
vendordirectory. Here is an example. - Add a reference to the vendor library in your Rakefile like this.
- Invoke the wrapped api from your RubyMotion app. Here is an example.