rubymotion-community / ib

IB Outlets for rubymotion
MIT License
253 stars 33 forks source link

will not work on projects use classes that use module #55

Closed siuying closed 10 years ago

siuying commented 10 years ago

I use module to namespace the classes in my project. I found ib will not work on project having classes that is namespaced.

  1. the parser will not work for classes that use module (this might be simply update the regex, or use ripper like Rubymotion itself)
  2. even the parser work, i dont sure how the generated stub.m works (how Module::Class translated to objective-C interface? this might need to consult @lrz )
colinta commented 10 years ago

Modules do not play well with Xcode, so this usage would not be possible.