NSClassFromString - ParkinT/RubyMotion_Life GitHub Wiki
There is not a direct parity for the NSClassFromString() in RubyMotion. But, utilizing Ruby, you can try this:
(main)> Module.const_get('AppDelegate')
=> AppDelegate
There is not a direct parity for the NSClassFromString() in RubyMotion. But, utilizing Ruby, you can try this:
(main)> Module.const_get('AppDelegate')
=> AppDelegate