#331: Extending an existing ObjC class: outlets and actions are not visible in IB ------------------------+--------------------------------------------------- Reporter: dev@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ------------------------+--------------------------------------------------- {{{ # foo.rb class Foo # defined in ObjC also attr_accessor bar1 def bar2(sender) puts "bar2" end end }}} neither bar1 nor bar2 are visible in Interface Builder! The output of {{{ /Developer/usr/bin/rb_nibtool -f /path/to/foo.rb }}} is OK. -- Ticket URL: <http://www.macruby.org/trac/ticket/331> MacRuby <http://macruby.org/>