Hey friends,
I have a really severe problem with Interface Builder 3: I add a
custom view to a window and change its class to a NSButton subclass I
ceated... Then I want to set the target method for this button by
control-dragging from this custom view to File's Owner (for example),
but it does not offer to connect those two. It works flawlessly with a
standard NSButton, but not with my custom view ... what am I doing
wrong? I did not have this problem with IB2