Button is not visible at runtime(cocoa - c objective) ?

Posted by Hiren Gujarati on Stack Overflow See other posts from Stack Overflow or by Hiren Gujarati
Published on 2010-03-18T14:18:31Z Indexed on 2010/03/18 14:21 UTC
Read the original article Hit count: 222

I am trying to load nib at run time. I am using Button control & binding it to one method & outlet.

But problem is that when i load it run time it not display button.

Also When i click on position where i placed button in interface builder, it executes binded method. I don't understand what is happening ?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about interface-builder