Hello, new list member here, through I follow through the web for a long time. Just a quick question regarding RubyMotion: In all reviews/mentions I've read, they say that you need to build your UI programmatically. I understand that there is no XCode IDE integration, but is there something specific preventing an XCode user from creating his UI in XCode/IB and then instantiating the .xib files with RubyMotion? If so, would that perhaps be possible in the future, or is there something inherent in RubyMotion/MacRuby that prevents it? Thanks
It is actually possible to use them, though you have to programmatically get references to the elements. I.e. you can't hook-up outlets/actions in IB. See http://ianp.org/2012/05/07/rubymotion-and-interface-builder/ On May 5, 2012, at 2:52 PM, bugpowder wrote:
Hello, new list member here, through I follow through the web for a long time.
Just a quick question regarding RubyMotion:
In all reviews/mentions I've read, they say that you need to build your UI programmatically.
I understand that there is no XCode IDE integration, but is there something specific preventing an XCode user from creating his UI in XCode/IB and then instantiating the .xib files with RubyMotion?
If so, would that perhaps be possible in the future, or is there something inherent in RubyMotion/MacRuby that prevents it?
Thanks _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
bugpowder
-
Eloy Durán