#1093: nested class causes interface builder parsing to fail -------------------------+-------------------------------------------------- Reporter: juri@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ib -------------------------+-------------------------------------------------- Having a nested class inside a class used in IB causes the parsing to fail. I have a view controller class with three action methods, and they are visible in IB. When I added a nested class inside the class, the methods disappeared from view, causing warnings from IB. This changeset to my project solved the problem: https://bitbucket.org/juri/rcrunner/changeset/fa13577cdc48 -- Ticket URL: <http://www.macruby.org/trac/ticket/1093> MacRuby <http://macruby.org/>